guix-commits
[Top][All Lists]
Advanced

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

76/87: gnu: r-batchelor: Update to 1.14.1.


From: guix-commits
Subject: 76/87: gnu: r-batchelor: Update to 1.14.1.
Date: Mon, 9 Jan 2023 18:27:39 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 3ac0f4e62c7708907c0ea810b5f983ff1fe6c658
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jan 9 23:08:35 2023 +0100

    gnu: r-batchelor: Update to 1.14.1.
    
    * gnu/packages/bioconductor.scm (r-batchelor): Update to 1.14.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 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



reply via email to

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