guix-commits
[Top][All Lists]
Advanced

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

144/449: gnu: r-rhdf5filters: Update to 1.10.0.


From: guix-commits
Subject: 144/449: gnu: r-rhdf5filters: Update to 1.10.0.
Date: Tue, 22 Nov 2022 15:47:14 -0500 (EST)

rekado pushed a commit to branch wip-bioconductor
in repository guix.

commit 5273cdf4e88f84549f5302bc9cc0355690cd1116
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Thu Nov 17 03:50:12 2022 +0100

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



reply via email to

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