guix-commits
[Top][All Lists]
Advanced

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

95/296: gnu: r-hdf5array: Update to 1.16.0.


From: guix-commits
Subject: 95/296: gnu: r-hdf5array: Update to 1.16.0.
Date: Fri, 12 Jun 2020 19:29:51 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit cf907680e893896fd831409f329f06cf593a496c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jun 12 16:34:54 2020 +0200

    gnu: r-hdf5array: Update to 1.16.0.
    
    * gnu/packages/bioinformatics.scm (r-hdf5array): Update to 1.16.0.
---
 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 74df873..5ef81d2 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -10838,14 +10838,14 @@ provided.")
 (define-public r-hdf5array
   (package
     (name "r-hdf5array")
-    (version "1.14.4")
+    (version "1.16.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "HDF5Array" version))
        (sha256
         (base32
-         "0ib0grhd9zbrn0dkrm4aa7qj7h0y6z1dvyx1ab3w6vczw7xghsfb"))))
+         "1g848s0qc6i4ipd7y2s5pk8k1xggk2kfy0gnr8wjjs2gq3914aw4"))))
     (properties `((upstream-name . "HDF5Array")))
     (build-system r-build-system)
     (inputs



reply via email to

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