3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-hypergraph: Update to 1.66.0.

* gnu/packages/bioconductor.scm (r-hypergraph): Update to 1.66.0.
This commit is contained in:
Ricardo Wurmus 2021-11-04 22:04:37 +00:00
parent 66674da16d
commit 14b524486d
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -11329,14 +11329,14 @@ validating output, provides an S4 SBML DOM, converts SBML to R graph objects.")
(define-public r-hypergraph
(package
(name "r-hypergraph")
(version "1.64.0")
(version "1.66.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "hypergraph" version))
(sha256
(base32
"01knpd964m2g9vwd7c72qnc8g2p2pzhvk7lin4mhvcmb3pvsdlh7"))))
"0xnyl9qh5p32ifvzkcl5g4a38zbnwykqzrp8gwz076a0ksiqqdxf"))))
(properties `((upstream-name . "hypergraph")))
(build-system r-build-system)
(propagated-inputs