gnu: r-rots: Update to 1.32.0.
* gnu/packages/bioconductor.scm (r-rots): Update to 1.32.0. Change-Id: Iff0ed11cedadfc65e20cc5d39a4262e7974de2db
This commit is contained in:
parent
a4edee3e48
commit
7f22e3693b
1 changed files with 2 additions and 2 deletions
|
@ -13959,14 +13959,14 @@ experiments.")
|
||||||
(define-public r-rots
|
(define-public r-rots
|
||||||
(package
|
(package
|
||||||
(name "r-rots")
|
(name "r-rots")
|
||||||
(version "1.30.0")
|
(version "1.32.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "ROTS" version))
|
(uri (bioconductor-uri "ROTS" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1zd5w3mq0vjs3ivdb23x6d28sqq0dsfv13d64k1yijr4vdk3wvp6"))))
|
"1s9hr64gpz08j638wlglcmk6c8yyj1hzrgddiphklkapc1asr320"))))
|
||||||
(properties `((upstream-name . "ROTS")))
|
(properties `((upstream-name . "ROTS")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue