mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: r-rgreat: Update to 1.28.0.
* gnu/packages/bioconductor.scm (r-rgreat): Update to 1.28.0.
This commit is contained in:
parent
0f1295e9e9
commit
dd33e8b062
1 changed files with 2 additions and 2 deletions
|
@ -13392,14 +13392,14 @@ (define-public r-pcatools
|
||||||
(define-public r-rgreat
|
(define-public r-rgreat
|
||||||
(package
|
(package
|
||||||
(name "r-rgreat")
|
(name "r-rgreat")
|
||||||
(version "1.26.0")
|
(version "1.28.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
|
||||||
"0kr61mhxp9phn1136fci450zwfhsipchmlm8d5rgib4lh0zbxrhl"))))
|
"0px72r8mjimf5mxfwb9qz46kqpgjw5gaqq41hy0212ymjd8whaky"))))
|
||||||
(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