guix-commits
[Top][All Lists]
Advanced

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

39/39: gnu: r-hdf5array: Update to 1.14.4.


From: guix-commits
Subject: 39/39: gnu: r-hdf5array: Update to 1.14.4.
Date: Mon, 27 Apr 2020 11:40:41 -0400 (EDT)

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

commit 7fd9d3e2a03ba00a343246be6e1c7ab90ab91de7
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Mon Apr 27 17:31:56 2020 +0200

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



reply via email to

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