mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-arrmdata: Update to 1.32.0.
* gnu/packages/bioconductor.scm (r-arrmdata): Update to 1.32.0.
This commit is contained in:
parent
9db43e4979
commit
ccb66a16a0
1 changed files with 2 additions and 3 deletions
|
@ -1203,13 +1203,12 @@ demonstration purposes in the @code{AneuFinder} package.")
|
||||||
(define-public r-arrmdata
|
(define-public r-arrmdata
|
||||||
(package
|
(package
|
||||||
(name "r-arrmdata")
|
(name "r-arrmdata")
|
||||||
(version "1.18.0")
|
(version "1.32.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "ARRmData" version 'experiment))
|
(uri (bioconductor-uri "ARRmData" version 'experiment))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1cjzr58426s9z2bwjz3wzlkh52fv0q85cw4gbjnhwakh9sr3dd5p"))))
|
||||||
"0r1y3zn7ly4k3ngx55vfavn9s6aidbddlv2fbmj7hj3hvpslmyly"))))
|
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "ARRmData")))
|
`((upstream-name . "ARRmData")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue