mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: r-bionet: Update to 1.62.0.
* gnu/packages/bioconductor.scm (r-bionet): Update to 1.62.0. Change-Id: I0712a4ba67c27b32d6666e91d9515f0299e61848
This commit is contained in:
parent
63f3a845ea
commit
b0190a7d5c
1 changed files with 2 additions and 2 deletions
|
@ -22712,14 +22712,14 @@ (define-public r-bionero
|
||||||
(define-public r-bionet
|
(define-public r-bionet
|
||||||
(package
|
(package
|
||||||
(name "r-bionet")
|
(name "r-bionet")
|
||||||
(version "1.60.0")
|
(version "1.62.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "BioNet" version))
|
(uri (bioconductor-uri "BioNet" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"19caj3aj6gndkxkrd9s2x8v59hcdwdyxrx0ji473c3d5qrykskl1"))))
|
"122rj6rg4j9q9brhxyrbkc91fml3davk044s2yxwyjnwn2yjw0bq"))))
|
||||||
(properties `((upstream-name . "BioNet")))
|
(properties `((upstream-name . "BioNet")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue