guix-commits
[Top][All Lists]
Advanced

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

220/449: gnu: r-batchelor: Update to 1.14.0.


From: guix-commits
Subject: 220/449: gnu: r-batchelor: Update to 1.14.0.
Date: Tue, 22 Nov 2022 15:47:28 -0500 (EST)

rekado pushed a commit to branch wip-bioconductor
in repository guix.

commit 7c43cbbe437047cfbc9ad52a50cc0cb7d3cd8150
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Thu Nov 17 03:50:18 2022 +0100

    gnu: r-batchelor: Update to 1.14.0.
    
    * gnu/packages/bioconductor.scm (r-batchelor): Update to 1.14.0.
---
 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 327573ce75..81cbafc78c 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -9280,14 +9280,14 @@ multiplication and calculation of row/column sums or 
means.")
 (define-public r-batchelor
   (package
     (name "r-batchelor")
-    (version "1.12.3")
+    (version "1.14.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "batchelor" version))
        (sha256
         (base32
-         "00ix3hvhgalxg63qnynv2waa273jk336lg47k72qwxfzimsxfjxc"))))
+         "1cdpq8zfn718qmsqjp79siddh3kzag4a90p276v261xbjvrxavjv"))))
     (properties `((upstream-name . "batchelor")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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