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

commit 82dc0d1b06a1a468687d32ec8445a309f27d6ce9
Author: Ricardo Wurmus <rek...@elephly.net>
AuthorDate: Tue Apr 30 18:39:09 2024 +0200

    gnu: python-tables: Update to 3.7.0.
    
    * gnu/packages/python-xyz.scm (python-tables): Update to 3.7.0.
    [propagated-inputs]: Add python-packaging and python-py-cpuinfo.
    
    Change-Id: I8653bef9a07bb898933b249aad92ddb2b79b8d85
---
 gnu/packages/python-xyz.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 3ad17fd429..35a74fcf34 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15595,14 +15595,14 @@ tasks, sockets, files, locks, and queues.")
 (define-public python-tables
   (package
     (name "python-tables")
-    (version "3.6.1")
+    (version "3.7.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "tables" version))
        (sha256
         (base32
-         "0j8vnxh2m5n0cyk9z3ndcj5n1zj5rdxgc1gb78bqlyn2lyw75aa9"))
+         "1zp1qmas4pgcag9sn0gwd40c6ibn9bg056d6ckjq7agjsrx8hap9"))
        (modules '((guix build utils)))
        (snippet
         '(begin
@@ -15659,7 +15659,8 @@ tasks, sockets, files, locks, and queues.")
                       (string-append "--hdf5="
                                      (assoc-ref inputs "hdf5"))))))))
     (propagated-inputs
-     (list python-numexpr python-numpy))
+     (list python-numexpr python-numpy python-packaging
+           python-py-cpuinfo))
     (native-inputs
      (list python-cython pkg-config))
     (inputs

Reply via email to