rekado pushed a commit to branch wip-bioconductor
in repository guix.
commit 9f49e6eee8cb7cc70f5bb63b69b25623ddfeeecd
Author: zimoun <[email protected]>
AuthorDate: Thu Nov 17 03:50:18 2022 +0100
gnu: r-batchelor: Update to 1.14.0.
* gnu/packages/bioconductor.scm (r-batchelor): Update to 1.14.0.
---
gnu/packages/bioconductor.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 3f6d426072..e5b1db7717 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -9321,14 +9321,14 @@ multiplication and calculation of row/column sums or
means.")
(define-public r-batchelor
(package
(name "r-batchelor")
- (version "1.12.3")
+ (version "1.14.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "batchelor" version))
(sha256
(base32
- "00ix3hvhgalxg63qnynv2waa273jk336lg47k72qwxfzimsxfjxc"))))
+ "1cdpq8zfn718qmsqjp79siddh3kzag4a90p276v261xbjvrxavjv"))))
(properties `((upstream-name . "batchelor")))
(build-system r-build-system)
(propagated-inputs