mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: r-hypergraph: Update to 1.74.0.
* gnu/packages/bioconductor.scm (r-hypergraph): Update to 1.74.0. Change-Id: I7053e0b906422526bc57220fc63fde8700a40524
This commit is contained in:
parent
0fc5a510b5
commit
59e55fc39e
1 changed files with 2 additions and 2 deletions
|
@ -19056,14 +19056,14 @@ (define-public r-hybridmtest
|
|||
(define-public r-hypergraph
|
||||
(package
|
||||
(name "r-hypergraph")
|
||||
(version "1.72.0")
|
||||
(version "1.74.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "hypergraph" version))
|
||||
(sha256
|
||||
(base32
|
||||
"13f3m8m6i99hzm94hriry645jcn0a1ki8z8wmn3mkasdi6bzx20h"))))
|
||||
"16bjjfzcndjfqsywzw2cn551fgqlnll2gi975w0qqxhkh3jssgmi"))))
|
||||
(properties `((upstream-name . "hypergraph")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue