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.68.0.

* gnu/packages/bioconductor.scm (r-hypergraph): Update to 1.68.0.
This commit is contained in:
Ricardo Wurmus 2022-05-28 12:45:15 +02:00
parent 39bd70c43c
commit 631c408da7
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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