gnu: r-mast: Update to 1.18.0.
* gnu/packages/bioconductor.scm (r-mast): Update to 1.18.0.master
parent
79928c5e58
commit
12ec22ca50
|
@ -6207,14 +6207,14 @@ interactive exploration of results.")
|
||||||
(define-public r-mast
|
(define-public r-mast
|
||||||
(package
|
(package
|
||||||
(name "r-mast")
|
(name "r-mast")
|
||||||
(version "1.16.0")
|
(version "1.18.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "MAST" version))
|
(uri (bioconductor-uri "MAST" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"11qr7n9i4masqz0yzikddchyn223m8dy6zv461dly07fd43qi9mn"))))
|
"1gkpagam5rap36viyr3n4psa658x9vckrxap1h67jasiiyrcfz2d"))))
|
||||||
(properties `((upstream-name . "MAST")))
|
(properties `((upstream-name . "MAST")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue