mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: r-minet: Update to 3.60.0.
* gnu/packages/bioconductor.scm (r-minet): Update to 3.60.0. Change-Id: I4944d2e34aacc6d3ba8c5a2d2176ecf7b33ca6b8
This commit is contained in:
parent
ae127ddf0d
commit
31fef7c331
1 changed files with 2 additions and 2 deletions
|
@ -22320,14 +22320,14 @@ (define-public r-biobtreer
|
|||
(define-public r-minet
|
||||
(package
|
||||
(name "r-minet")
|
||||
(version "3.58.0")
|
||||
(version "3.60.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "minet" version))
|
||||
(sha256
|
||||
(base32
|
||||
"04ll8nqhmyj2v12n2xskia8dh5px8mzj8fbyw1pzahk9vp085gkr"))))
|
||||
"17v2x7cyw74h0zfsz33pyl1kqk976pdzw7mrgprz9l7w5120niw5"))))
|
||||
(properties `((upstream-name . "minet")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue