3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-mast: Update to 1.18.0.

* gnu/packages/bioconductor.scm (r-mast): Update to 1.18.0.
This commit is contained in:
Ricardo Wurmus 2021-06-05 08:49:55 +02:00
parent 79928c5e58
commit 12ec22ca50
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6207,14 +6207,14 @@ interactive exploration of results.")
(define-public r-mast
(package
(name "r-mast")
(version "1.16.0")
(version "1.18.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "MAST" version))
(sha256
(base32
"11qr7n9i4masqz0yzikddchyn223m8dy6zv461dly07fd43qi9mn"))))
"1gkpagam5rap36viyr3n4psa658x9vckrxap1h67jasiiyrcfz2d"))))
(properties `((upstream-name . "MAST")))
(build-system r-build-system)
(propagated-inputs