guix-commits
[Top][All Lists]
Advanced

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

10/24: gnu: r-hdf5array: Update to 1.12.3.


From: guix-commits
Subject: 10/24: gnu: r-hdf5array: Update to 1.12.3.
Date: Fri, 18 Oct 2019 14:35:41 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit ddebbee6d7674a4c3e9d259175ac01f31d9249d0
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Oct 18 19:24:32 2019 +0200

    gnu: r-hdf5array: Update to 1.12.3.
    
    * gnu/packages/bioinformatics.scm (r-hdf5array): Update to 1.12.3.
---
 gnu/packages/bioinformatics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 999e027..616289d 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -10428,14 +10428,14 @@ provided.")
 (define-public r-hdf5array
   (package
     (name "r-hdf5array")
-    (version "1.12.2")
+    (version "1.12.3")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "HDF5Array" version))
        (sha256
         (base32
-         "0afradisrr5gn0lf2kxjw55vdm3lm9mlgx53qlr9r40c1hrydpf5"))))
+         "1037j6f0yyw4cf6p051810qamxi1sji5w4d0fgq5lyzyl5d36fm6"))))
     (properties `((upstream-name . "HDF5Array")))
     (build-system r-build-system)
     (inputs



reply via email to

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