guix_mirror_bot pushed a commit to branch r-team
in repository guix.
commit e9ff0a89bf806795c2ef6b19a71af3c2e38f7f7b
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Tue Nov 25 13:49:54 2025 +0100
gnu: r-mast: Update to 1.36.0.
* gnu/packages/bioconductor.scm (r-mast): Update to 1.36.0.
Change-Id: I157e258a3ae8015a162e7a270cd6d70be7703ba4
---
gnu/packages/bioconductor.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 93c244fd19..07cbef556c 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -17841,17 +17841,18 @@ to perform a principal components analysis that is
robust to differences in
the numbers of cells across batches.")
(license license:gpl3)))
+;; TODO: check version of js-jquery-sticky-kit
(define-public r-mast
(package
(name "r-mast")
- (version "1.33.0")
+ (version "1.36.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "MAST" version))
(sha256
(base32
- "00rpm0w3cndza5dbiss7bmx6vpy1fqxw1rci44yap2m7z482xbjg"))
+ "1q0r9288k7jz3brsprmdc3a2h6x2nji4x7pdbd5vsrz32xrjcydw"))
(snippet
'(delete-file "docs/jquery.sticky-kit.min.js"))))
(properties `((upstream-name . "MAST")))