guix-commits
[Top][All Lists]
Advanced

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

02/09: gnu: python-tables: Use later hdf5 version.


From: guix-commits
Subject: 02/09: gnu: python-tables: Use later hdf5 version.
Date: Fri, 6 Mar 2020 03:16:57 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 538c1a024a288cb674f4e6048bb9086963949358
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Thu Mar 5 23:51:07 2020 +0100

    gnu: python-tables: Use later hdf5 version.
    
    * gnu/packages/python-xyz.scm (python-tables)[inputs]: Replace hdf5 with
    hdf5-1.10.
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 22092db..dd0d565 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7257,7 +7257,7 @@ printing of sub-tables by specifying a row range.")
      `(("python-cython" ,python-cython)
        ("pkg-config" ,pkg-config)))
     (inputs
-     `(("hdf5" ,hdf5)
+     `(("hdf5" ,hdf5-1.10)
        ("bzip2" ,bzip2)
        ("zlib" ,zlib)))
     (home-page "http://www.pytables.org/";)



reply via email to

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