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:
parent
66674da16d
commit
14b524486d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue