gnu: r-mast: Update to 1.30.0.

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

Change-Id: Ifed0788bf9e12d4b658493a345b66d66642cb508
This commit is contained in:
Ricardo Wurmus 2024-05-07 13:06:48 +02:00
parent bd79bfd298
commit 6f44c3769a
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -14847,14 +14847,14 @@ the numbers of cells across batches.")
(define-public r-mast (define-public r-mast
(package (package
(name "r-mast") (name "r-mast")
(version "1.28.0") (version "1.30.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
"17iycxxp6jb56ra21546kh2zlrm8by2vrlvsxvx8xmbpk32fb4lp")) "1k8an0ifcgx54lqzpim3q37y4rhv57i94i46dlpmdyfghqqw0fny"))
(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")))