mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: r-hypergraph: Update to 1.76.0.
* gnu/packages/bioconductor.scm (r-hypergraph): Update to 1.76.0. Change-Id: Id3778bdb1eb98ef71b6dbca207b1a96acf8e8e28
This commit is contained in:
parent
6006340e76
commit
9ec37522fd
1 changed files with 2 additions and 2 deletions
|
@ -20517,14 +20517,14 @@ (define-public r-hybridmtest
|
|||
(define-public r-hypergraph
|
||||
(package
|
||||
(name "r-hypergraph")
|
||||
(version "1.74.0")
|
||||
(version "1.76.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "hypergraph" version))
|
||||
(sha256
|
||||
(base32
|
||||
"16bjjfzcndjfqsywzw2cn551fgqlnll2gi975w0qqxhkh3jssgmi"))))
|
||||
"12g33rw1qy1ij32k87qrw04pak20p8z04mch9lxjy5yrj5k5x812"))))
|
||||
(properties `((upstream-name . "hypergraph")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue