mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 19:35:25 -05:00
gnu: r-rgreat: Update to 1.26.0.
* gnu/packages/bioconductor.scm (r-rgreat): Update to 1.26.0.
This commit is contained in:
parent
af5ff34f24
commit
1be95ea425
1 changed files with 2 additions and 2 deletions
|
@ -12166,14 +12166,14 @@ (define-public r-pcatools
|
||||||
(define-public r-rgreat
|
(define-public r-rgreat
|
||||||
(package
|
(package
|
||||||
(name "r-rgreat")
|
(name "r-rgreat")
|
||||||
(version "1.24.0")
|
(version "1.26.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "rGREAT" version))
|
(uri (bioconductor-uri "rGREAT" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ads9c9i8b39wvjih057zlyivj8zpsqjxf6r97yflz4sbi1jmcji"))))
|
"0kr61mhxp9phn1136fci450zwfhsipchmlm8d5rgib4lh0zbxrhl"))))
|
||||||
(properties `((upstream-name . "rGREAT")))
|
(properties `((upstream-name . "rGREAT")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue