guix-commits
[Top][All Lists]
Advanced

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

08/09: gnu: r-rhdf5: Update to 2.32.3.


From: guix-commits
Subject: 08/09: gnu: r-rhdf5: Update to 2.32.3.
Date: Tue, 6 Oct 2020 07:23:37 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 906c79d1a3c94ffa544473651e9e8cef60b122cd
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Oct 6 13:12:08 2020 +0200

    gnu: r-rhdf5: Update to 2.32.3.
    
    * gnu/packages/bioinformatics.scm (r-rhdf5): Update to 2.32.3.
---
 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 5ec3f61..846a5f2 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8848,13 +8848,13 @@ of gene-level counts.")
 (define-public r-rhdf5
   (package
     (name "r-rhdf5")
-    (version "2.32.2")
+    (version "2.32.3")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "rhdf5" version))
               (sha256
                (base32
-                "1v6ygi0avh3gmaj2ld2nr7vww4ipw39b5kqci9w27i3ja985lb8j"))))
+                "0fnx60dpf6s2qwq48lg98g18g8k7wgm66pw0kamlbb7l2hnwycvf"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-rhdf5lib" ,r-rhdf5lib)))



reply via email to

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