mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: r-hypergraph: Update to 1.64.0.
* gnu/packages/bioconductor.scm (r-hypergraph): Update to 1.64.0.
This commit is contained in:
parent
92f5efa65d
commit
d51885812f
1 changed files with 2 additions and 2 deletions
|
@ -10966,14 +10966,14 @@ (define-public r-rsbml
|
||||||
(define-public r-hypergraph
|
(define-public r-hypergraph
|
||||||
(package
|
(package
|
||||||
(name "r-hypergraph")
|
(name "r-hypergraph")
|
||||||
(version "1.62.0")
|
(version "1.64.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
|
||||||
"1p5mzr2aiqqc1j2inh45abjvqhid9jqv6wiym1xxnz16mpaa7q97"))))
|
"01knpd964m2g9vwd7c72qnc8g2p2pzhvk7lin4mhvcmb3pvsdlh7"))))
|
||||||
(properties `((upstream-name . "hypergraph")))
|
(properties `((upstream-name . "hypergraph")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue