mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 07:58:01 -05:00
gnu: r-hypergraph: Update to 1.62.0.
* gnu/packages/bioconductor.scm (r-hypergraph): Update to 1.62.0.
This commit is contained in:
parent
3320f044a3
commit
294fd58a42
1 changed files with 2 additions and 2 deletions
|
@ -7492,14 +7492,14 @@ (define-public r-rsbml
|
|||
(define-public r-hypergraph
|
||||
(package
|
||||
(name "r-hypergraph")
|
||||
(version "1.60.0")
|
||||
(version "1.62.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "hypergraph" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1iq9b9rzy3ikx8xszsjiv3p8l702n2h2s9w33797wcmkg4apslb7"))))
|
||||
"1p5mzr2aiqqc1j2inh45abjvqhid9jqv6wiym1xxnz16mpaa7q97"))))
|
||||
(properties `((upstream-name . "hypergraph")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue