mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: r-champ: Update to 2.30.0.
* gnu/packages/bioconductor.scm (r-champ): Update to 2.30.0.
This commit is contained in:
parent
7b4443f365
commit
6c700d8b3a
1 changed files with 2 additions and 2 deletions
|
@ -6030,13 +6030,13 @@ (define-public r-category
|
|||
(define-public r-champ
|
||||
(package
|
||||
(name "r-champ")
|
||||
(version "2.28.0")
|
||||
(version "2.30.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "ChAMP" version))
|
||||
(sha256
|
||||
(base32
|
||||
"10ss0a3miqrx92vy1r1h5rv3mnjn4iyl32q86s0x59d3fvqp2cx1"))))
|
||||
"1px2pm90lxwh0yn7h1kmmf94flhjs5p4i0iav7ya1xfybyg4w2zc"))))
|
||||
(properties `((upstream-name . "ChAMP")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue