guix-commits
[Top][All Lists]
Advanced

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

299/356: gnu: r-hdf5array: Update to 1.22.0.


From: guix-commits
Subject: 299/356: gnu: r-hdf5array: Update to 1.22.0.
Date: Sun, 7 Nov 2021 18:12:27 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 6f2d0551f1d2f71f1d6861683374f0848c22902d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Nov 4 22:04:42 2021 +0000

    gnu: r-hdf5array: Update to 1.22.0.
    
    * gnu/packages/bioconductor.scm (r-hdf5array): Update to 1.22.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 5329c54..b1ba33a 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -12538,14 +12538,14 @@ provided.")
 (define-public r-hdf5array
   (package
     (name "r-hdf5array")
-    (version "1.20.0")
+    (version "1.22.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "HDF5Array" version))
        (sha256
         (base32
-         "1718hplz5qlbwxwb87509bl7lir9kilvn1s7p2haz551pg48zvrc"))))
+         "13h6qr4zkynir0ck2aiasjvlid7hrk3m2lzkjyhpvbg1a15r8zi9"))))
     (properties `((upstream-name . "HDF5Array")))
     (build-system r-build-system)
     (inputs



reply via email to

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