guix-commits
[Top][All Lists]
Advanced

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

05/07: gnu: r-rhdf5filters: Update to 1.10.1.


From: guix-commits
Subject: 05/07: gnu: r-rhdf5filters: Update to 1.10.1.
Date: Fri, 31 Mar 2023 09:26:13 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 44599e7966384c2fecf38af6314e64a4a6099aac
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Mar 31 15:24:55 2023 +0200

    gnu: r-rhdf5filters: Update to 1.10.1.
    
    * gnu/packages/bioconductor.scm (r-rhdf5filters): Update to 1.10.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 3d26b5db5a..7d53672502 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -8394,14 +8394,14 @@ the available RAM.")
 (define-public r-rhdf5filters
   (package
     (name "r-rhdf5filters")
-    (version "1.10.0")
+    (version "1.10.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "rhdf5filters" version))
        (sha256
         (base32
-         "17x2a3122mm3z9qnalw25am2x08cfpm17nwhigabid3ha3d2mgz1"))))
+         "14rkr0fisy7qrvjikpnwxwag79205hdxy6nkpwz501li4fr1rbnp"))))
     (properties `((upstream-name . "rhdf5filters")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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