mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-champ: Update to 2.34.0.
* gnu/packages/bioconductor.scm (r-champ): Update to 2.34.0. Change-Id: Iee7cd3002bb0f17d0f270aa5b1398050574bd539
This commit is contained in:
parent
a7fedc7fa0
commit
2c6b509327
1 changed files with 2 additions and 2 deletions
|
@ -7271,13 +7271,13 @@ analysis.")
|
||||||
(define-public r-champ
|
(define-public r-champ
|
||||||
(package
|
(package
|
||||||
(name "r-champ")
|
(name "r-champ")
|
||||||
(version "2.32.0")
|
(version "2.34.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "ChAMP" version))
|
(uri (bioconductor-uri "ChAMP" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1gdcdx34bxffd6ch354qx7yjngx3lj9chv5frwjyk56jq12vjjk7"))))
|
"06q539yhbmbp7qr71cwjai2vdw5nnhhjdv2ajlqmlyjpg04arc7v"))))
|
||||||
(properties `((upstream-name . "ChAMP")))
|
(properties `((upstream-name . "ChAMP")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue