diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-07-02 00:16:50 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-07-02 23:56:10 +0200 |
commit | a17b7aabfd01e096718b79c8fe3f76e8521a4adf (patch) | |
tree | 9b905a8bcac11865ed6df78f496797a35a92ab5c | |
parent | 7ff0669cee57f0fb2a192cc6d44b914dbf25e080 (diff) | |
download | guix-a17b7aabfd01e096718b79c8fe3f76e8521a4adf.tar.gz |
gnu: r-batchelor: Update to 1.12.3.
* gnu/packages/bioconductor.scm (r-batchelor): Update to 1.12.3.
-rw-r--r-- | gnu/packages/bioconductor.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index f6e1c6672f..13fd16788b 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -7812,14 +7812,14 @@ multiplication and calculation of row/column sums or means.") (define-public r-batchelor (package (name "r-batchelor") - (version "1.12.1") + (version "1.12.3") (source (origin (method url-fetch) (uri (bioconductor-uri "batchelor" version)) (sha256 (base32 - "1zyvjr9nwfh0cdqk4kwmr30yhh05picyab1hpnpn737xvn525jfi")))) + "00ix3hvhgalxg63qnynv2waa273jk336lg47k72qwxfzimsxfjxc")))) (properties `((upstream-name . "batchelor"))) (build-system r-build-system) (propagated-inputs |