guix-commits
[Top][All Lists]
Advanced

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

205/323: gnu: r-hdf5array: Update to 1.18.0.


From: guix-commits
Subject: 205/323: gnu: r-hdf5array: Update to 1.18.0.
Date: Wed, 9 Dec 2020 06:47:22 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 5992c25e7fa9c71f3c08642d62b58a544a7fa11f
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri Oct 30 15:57:15 2020 +0100

    gnu: r-hdf5array: Update to 1.18.0.
    
    * gnu/packages/bioconductor.scm (r-hdf5array): Update to 1.18.0.
---
 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 97dcdfe..3e4e2e9 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -8588,14 +8588,14 @@ provided.")
 (define-public r-hdf5array
   (package
     (name "r-hdf5array")
-    (version "1.16.1")
+    (version "1.18.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "HDF5Array" version))
        (sha256
         (base32
-         "01767v90nl0499jcicpxngbbs0af5p9c5aasi5va01w3v5bnqddn"))))
+         "1hr149q03p09y1cjnx8av854j53041wfyq66xpsjw4mypzjf6f28"))))
     (properties `((upstream-name . "HDF5Array")))
     (build-system r-build-system)
     (inputs



reply via email to

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