guix-commits
[Top][All Lists]
Advanced

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

76/79: gnu: r-hdf5array: Update to 1.28.1.


From: guix-commits
Subject: 76/79: gnu: r-hdf5array: Update to 1.28.1.
Date: Tue, 9 May 2023 09:27:20 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit d850b723465c924c369eac78d7756a58d7107768
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 9 15:23:56 2023 +0200

    gnu: r-hdf5array: Update to 1.28.1.
    
    * gnu/packages/bioconductor.scm (r-hdf5array): Update to 1.28.1.
    [propagated-inputs]: Add r-s4arrays.
---
 gnu/packages/bioconductor.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 606f9e97c4..b26f41d5c5 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -18446,14 +18446,14 @@ provided.")
 (define-public r-hdf5array
   (package
     (name "r-hdf5array")
-    (version "1.28.0")
+    (version "1.28.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "HDF5Array" version))
        (sha256
         (base32
-         "1fv0kfdcrz4brdzv5pwdcmkf31p10c08gj4455q57987zrg9s71p"))))
+         "1riwxxnbi4z0lf42psh3m3ivxlgmmlnqhgsih6911c754r6s39qg"))))
     (properties `((upstream-name . "HDF5Array")))
     (build-system r-build-system)
     (inputs
@@ -18466,6 +18466,7 @@ provided.")
            r-rhdf5
            r-rhdf5filters
            r-rhdf5lib
+           r-s4arrays
            r-s4vectors))
     (home-page "https://bioconductor.org/packages/HDF5Array";)
     (synopsis "HDF5 back end for DelayedArray objects")



reply via email to

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