summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2023-01-09 23:08:35 +0100
committerRicardo Wurmus <rekado@elephly.net>2023-01-09 23:08:35 +0100
commit3ac0f4e62c7708907c0ea810b5f983ff1fe6c658 (patch)
treeffe5c879f8e7ca1560f260d8e5d676fdb54b7bc9 /gnu
parentaca59da9317cf9ff8d1a71254008d9d0bb5a86b4 (diff)
downloadguix-3ac0f4e62c7708907c0ea810b5f983ff1fe6c658.tar.gz
gnu: r-batchelor: Update to 1.14.1.
* gnu/packages/bioconductor.scm (r-batchelor): Update to 1.14.1.
Diffstat (limited to 'gnu')
-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 3ed0f24818..4fa3d304d5 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -9916,14 +9916,14 @@ multiplication and calculation of row/column sums or means.")
 (define-public r-batchelor
   (package
     (name "r-batchelor")
-    (version "1.14.0")
+    (version "1.14.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "batchelor" version))
        (sha256
         (base32
-         "1cdpq8zfn718qmsqjp79siddh3kzag4a90p276v261xbjvrxavjv"))))
+         "1yj84ba6px14hbqg8526527vfcxmzvmly34f7hba4vybdm1jscfm"))))
     (properties `((upstream-name . "batchelor")))
     (build-system r-build-system)
     (propagated-inputs