gnu: r-hypergraph: Update to 1.68.0.
* gnu/packages/bioconductor.scm (r-hypergraph): Update to 1.68.0.master
parent
39bd70c43c
commit
631c408da7
|
@ -12548,14 +12548,14 @@ validating output, provides an S4 SBML DOM, converts SBML to R graph objects.")
|
||||||
(define-public r-hypergraph
|
(define-public r-hypergraph
|
||||||
(package
|
(package
|
||||||
(name "r-hypergraph")
|
(name "r-hypergraph")
|
||||||
(version "1.66.0")
|
(version "1.68.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "hypergraph" version))
|
(uri (bioconductor-uri "hypergraph" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0xnyl9qh5p32ifvzkcl5g4a38zbnwykqzrp8gwz076a0ksiqqdxf"))))
|
"0xmryqj5yw1ns6wbhjqbb6h14jlj89zrznzvqnvd4n03ci20kzzp"))))
|
||||||
(properties `((upstream-name . "hypergraph")))
|
(properties `((upstream-name . "hypergraph")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue