guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: python-h5py: Update to 2.7.0.


From: Thomas Danckaert
Subject: 01/02: gnu: python-h5py: Update to 2.7.0.
Date: Tue, 22 Aug 2017 03:04:32 -0400 (EDT)

thomasd pushed a commit to branch master
in repository guix.

commit 5c78db622238bc564ba343c18afd59afedeb2bd2
Author: Thomas Danckaert <address@hidden>
Date:   Mon Aug 21 12:26:40 2017 +0200

    gnu: python-h5py: Update to 2.7.0.
    
    * gnu/packages/python.scm (python-h5py): Update to 2.7.0.
---
 gnu/packages/python.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index bd490cf..b74e62b 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -803,14 +803,14 @@ NetCDF files can also be read and modified.  Python-HDF4 
is a fork of
 (define-public python-h5py
   (package
     (name "python-h5py")
-    (version "2.6.0")
+    (version "2.7.0")
     (source
      (origin
       (method url-fetch)
       (uri (pypi-uri "h5py" version))
       (sha256
        (base32
-        "0df46dg7i7xfking9lp221bfm8dbl974yvlrbi1w7r6m61ac7bxj"))))
+        "0433sdv6xc9p7v1xs1gvbxp7p152ywi3nplgjb258q9fvw9469br"))))
     (build-system python-build-system)
     (arguments
      `(#:tests? #f ; no test target



reply via email to

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