mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-17 00:18:16 -05:00
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:
parent
22b1839f1a
commit
0c92b1d860
1 changed files with 2 additions and 2 deletions
|
@ -13449,14 +13449,14 @@ (define-public r-batchelor
|
||||||
(define-public r-mast
|
(define-public r-mast
|
||||||
(package
|
(package
|
||||||
(name "r-mast")
|
(name "r-mast")
|
||||||
(version "1.26.0")
|
(version "1.28.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
|
||||||
"0vm7v2anbrci6mcans9y9svd6xjm4waf2kny3rz0cjgsasw60ycx"))
|
"17iycxxp6jb56ra21546kh2zlrm8by2vrlvsxvx8xmbpk32fb4lp"))
|
||||||
(snippet
|
(snippet
|
||||||
'(delete-file "docs/jquery.sticky-kit.min.js"))))
|
'(delete-file "docs/jquery.sticky-kit.min.js"))))
|
||||||
(properties `((upstream-name . "MAST")))
|
(properties `((upstream-name . "MAST")))
|
||||||
|
|
Loading…
Reference in a new issue