guix-commits
[Top][All Lists]
Advanced

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

135/139: gnu: r-hdf5array: Update to 1.32.1.


From: guix-commits
Subject: 135/139: gnu: r-hdf5array: Update to 1.32.1.
Date: Sat, 17 Aug 2024 15:56:56 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit aa08111f3882988e1d418302cf45982ad0297a49
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Aug 16 20:53:48 2024 +0200

    gnu: r-hdf5array: Update to 1.32.1.
    
    * gnu/packages/bioconductor.scm (r-hdf5array): Update to 1.32.1.
    
    Change-Id: Iebab45185f6f1fe3e6919a1e70e45127d9f1124f
---
 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 217dd6e419..cf5bc23d55 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -21983,14 +21983,14 @@ provided.")
 (define-public r-hdf5array
   (package
     (name "r-hdf5array")
-    (version "1.32.0")
+    (version "1.32.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "HDF5Array" version))
        (sha256
         (base32
-         "0j8rz99qw1rism3f5cv7rksccijmnchrkw7s9shxk0528f6dj6p1"))))
+         "1cfm15zwfp1gxgrkknyvdaqb5fm27s2nyjrhxwkrbn32yfdrgdnz"))))
     (properties `((upstream-name . "HDF5Array")))
     (build-system r-build-system)
     (inputs



reply via email to

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