guix-commits
[Top][All Lists]
Advanced

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

13/21: gnu: r-batchelor: Update to 1.8.1.


From: guix-commits
Subject: 13/21: gnu: r-batchelor: Update to 1.8.1.
Date: Mon, 23 Aug 2021 18:48:23 -0400 (EDT)

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

commit e910abd18e1930a3e5523eaff61bc189e3c54f53
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Aug 24 00:33:19 2021 +0200

    gnu: r-batchelor: Update to 1.8.1.
    
    * gnu/packages/bioconductor.scm (r-batchelor): Update to 1.8.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 5c4eaf6..6bd9cce 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -6245,14 +6245,14 @@ multiplication and calculation of row/column sums or 
means.")
 (define-public r-batchelor
   (package
     (name "r-batchelor")
-    (version "1.8.0")
+    (version "1.8.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "batchelor" version))
        (sha256
         (base32
-         "1xm204wp3m3mmlc1s59lscbbjvwm5nj32vvf16njcg7pb32lsiqa"))))
+         "1bkk69b5llkmvmpsnhymwjm2szmzypgszfsw8mak1b5ms5zf8lr0"))))
     (properties `((upstream-name . "batchelor")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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