mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
gnu: r-rcas: Update to 1.20.0.
* gnu/packages/bioconductor.scm (r-rcas): Update to 1.20.0.
This commit is contained in:
parent
3caf93321d
commit
c4908b9eff
1 changed files with 2 additions and 2 deletions
|
@ -3813,13 +3813,13 @@ (define-public r-rbgl
|
||||||
(define-public r-rcas
|
(define-public r-rcas
|
||||||
(package
|
(package
|
||||||
(name "r-rcas")
|
(name "r-rcas")
|
||||||
(version "1.18.0")
|
(version "1.20.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "RCAS" version))
|
(uri (bioconductor-uri "RCAS" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0l92v870ndna8zjqwzf22fb9vyhkh6942v4gaiqr1yc4qr521p5p"))))
|
"02zwz7c8ljmdcfxj54xns0a31sj616x63q63wxhxa1nb4dhgmvk7"))))
|
||||||
(properties `((upstream-name . "RCAS")))
|
(properties `((upstream-name . "RCAS")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue