guix-commits
[Top][All Lists]
Advanced

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

01/09: gnu: r-batchelor: Update to 1.12.1.


From: guix-commits
Subject: 01/09: gnu: r-batchelor: Update to 1.12.1.
Date: Mon, 30 May 2022 09:39:22 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit bfcae1efbb524e8d4ea404ba5985d5219ac63612
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon May 30 15:16:35 2022 +0200

    gnu: r-batchelor: Update to 1.12.1.
    
    * gnu/packages/bioconductor.scm (r-batchelor): Update to 1.12.1.
---
 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 4d3f86bfd3..176f7ecc6d 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -7574,14 +7574,14 @@ multiplication and calculation of row/column sums or 
means.")
 (define-public r-batchelor
   (package
     (name "r-batchelor")
-    (version "1.10.0")
+    (version "1.12.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "batchelor" version))
        (sha256
         (base32
-         "0axkic11bwjbw8apwxx6p51s7jvlwhq7xi1bdknn54k86axq84dr"))))
+         "1zyvjr9nwfh0cdqk4kwmr30yhh05picyab1hpnpn737xvn525jfi"))))
     (properties `((upstream-name . "batchelor")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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