guix-commits
[Top][All Lists]
Advanced

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

03/08: gnu: r-hdf5array: Update to 1.14.3.


From: guix-commits
Subject: 03/08: gnu: r-hdf5array: Update to 1.14.3.
Date: Mon, 2 Mar 2020 03:12:07 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit f73b75e00c7037edfe0f06dca0489c107584b424
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Sun Mar 1 23:37:58 2020 +0100

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



reply via email to

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