guix-commits
[Top][All Lists]
Advanced

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

05/24: gnu: r-rhdf5: Update to 2.28.1.


From: guix-commits
Subject: 05/24: gnu: r-rhdf5: Update to 2.28.1.
Date: Fri, 18 Oct 2019 14:35:40 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 8c65e219f7e28bbc4207a61ebd01a13f0bc12b1e
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Oct 18 19:24:01 2019 +0200

    gnu: r-rhdf5: Update to 2.28.1.
    
    * gnu/packages/bioinformatics.scm (r-rhdf5): Update to 2.28.1.
---
 gnu/packages/bioinformatics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index b23f87b..dfa2236 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8571,13 +8571,13 @@ of gene-level counts.")
 (define-public r-rhdf5
   (package
     (name "r-rhdf5")
-    (version "2.28.0")
+    (version "2.28.1")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "rhdf5" version))
               (sha256
                (base32
-                "0y1w3cs7wg2b3jlkd6wyyz6626xg011nrg36si8gg371iqck9a1i"))))
+                "027cv1kh3xl66lrrahv2jgfmvgcwfpcj9dpgdj5fd9ybf5nyjcwb"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-rhdf5lib" ,r-rhdf5lib)))



reply via email to

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