gnu: r-rots: Update to 1.16.0.
* gnu/packages/bioconductor.scm (r-rots): Update to 1.16.0.master
parent
a6251d6e8b
commit
ee73dea61b
|
@ -2223,14 +2223,14 @@ information.")
|
||||||
(define-public r-rots
|
(define-public r-rots
|
||||||
(package
|
(package
|
||||||
(name "r-rots")
|
(name "r-rots")
|
||||||
(version "1.14.0")
|
(version "1.16.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
|
||||||
"08mwlb0lpprys2b7vif8aj5bnprmn09mm79zz158gbhrv9j9d1qm"))))
|
"1mqhi1rfiw7mhiyify7vm3w17p7sc76wjda3ak6690hrc3gsm3cm"))))
|
||||||
(properties `((upstream-name . "ROTS")))
|
(properties `((upstream-name . "ROTS")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue