gnu: r-mast: Update to 1.28.0.

* gnu/packages/bioconductor.scm (r-mast): Update to 1.28.0.

Change-Id: I53175447d543c51fba4bf34a11cbebfabf483d61
This commit is contained in:
Ricardo Wurmus 2023-11-03 17:18:45 +01:00
parent 22b1839f1a
commit 0c92b1d860
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -13449,14 +13449,14 @@ (define-public r-batchelor
(define-public r-mast
(package
(name "r-mast")
(version "1.26.0")
(version "1.28.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "MAST" version))
(sha256
(base32
"0vm7v2anbrci6mcans9y9svd6xjm4waf2kny3rz0cjgsasw60ycx"))
"17iycxxp6jb56ra21546kh2zlrm8by2vrlvsxvx8xmbpk32fb4lp"))
(snippet
'(delete-file "docs/jquery.sticky-kit.min.js"))))
(properties `((upstream-name . "MAST")))