summary refs log tree commit diff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2021-11-04 22:04:18 +0000
committerRicardo Wurmus <rekado@elephly.net>2021-11-07 22:34:44 +0000
commit78018d3c5ced0da187436e0bd78a954482fd6d18 (patch)
treedfb43971bcd5825287c006972617f64c8414fefa
parent2953aac54a35125ea3c7f360b2655097d915845d (diff)
downloadguix-78018d3c5ced0da187436e0bd78a954482fd6d18.tar.gz
gnu: r-batchelor: Update to 1.10.0.
* gnu/packages/bioconductor.scm (r-batchelor): Update to 1.10.0.
-rw-r--r--gnu/packages/bioconductor.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 647e99aa08..8642880d18 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -6382,14 +6382,14 @@ multiplication and calculation of row/column sums or means.")
 (define-public r-batchelor
   (package
     (name "r-batchelor")
-    (version "1.8.1")
+    (version "1.10.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "batchelor" version))
        (sha256
         (base32
-         "1bkk69b5llkmvmpsnhymwjm2szmzypgszfsw8mak1b5ms5zf8lr0"))))
+         "0axkic11bwjbw8apwxx6p51s7jvlwhq7xi1bdknn54k86axq84dr"))))
     (properties `((upstream-name . "batchelor")))
     (build-system r-build-system)
     (propagated-inputs