guix-commits
[Top][All Lists]
Advanced

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

10/27: gnu: r-hdf5array: Update to 1.18.1.


From: guix-commits
Subject: 10/27: gnu: r-hdf5array: Update to 1.18.1.
Date: Thu, 11 Feb 2021 15:35:22 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit f7947f89916e4d6b764c128f2f26623eb5b6734e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Feb 11 21:31:11 2021 +0100

    gnu: r-hdf5array: Update to 1.18.1.
    
    * gnu/packages/bioconductor.scm (r-hdf5array): Update to 1.18.1.
---
 gnu/packages/bioconductor.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 567f656..a3b8603 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -8728,14 +8728,14 @@ provided.")
 (define-public r-hdf5array
   (package
     (name "r-hdf5array")
-    (version "1.18.0")
+    (version "1.18.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "HDF5Array" version))
        (sha256
         (base32
-         "1hr149q03p09y1cjnx8av854j53041wfyq66xpsjw4mypzjf6f28"))))
+         "14v2adhwi0yac834g23kvfid740raclhmribzd28k10gsjk9cj7g"))))
     (properties `((upstream-name . "HDF5Array")))
     (build-system r-build-system)
     (arguments



reply via email to

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