guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

80/81: gnu: r-batchelor: Update to 1.18.1.


From: guix-commits
Subject: 80/81: gnu: r-batchelor: Update to 1.18.1.
Date: Mon, 1 Jan 2024 08:55:21 -0500 (EST)

rekado pushed a commit to branch r-updates
in repository guix.

commit 00e6f55ddb08679afa6792ddf4fea3c195151d19
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jan 1 11:31:08 2024 +0100

    gnu: r-batchelor: Update to 1.18.1.
    
    * gnu/packages/bioconductor.scm (r-batchelor): Update to 1.18.1.
    
    Change-Id: Ic541acacc7e02951f0b2cc6d08d257fe22d7d4b4
---
 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 fdcded2351..316aa20026 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -13728,14 +13728,14 @@ multiplication and calculation of row/column sums or 
means.")
 (define-public r-batchelor
   (package
     (name "r-batchelor")
-    (version "1.18.0")
+    (version "1.18.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "batchelor" version))
        (sha256
         (base32
-         "1d5zik3bhz26ky2kpxd9kdzs9ff696qqys5gl8qwmmp8qym520l2"))))
+         "1z4ddkdd3mzqg0c6l94qmrdwrm7427k5xiwzgkzx43gh1j4911d5"))))
     (properties `((upstream-name . "batchelor")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]