mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 09:22:05 -05:00
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
This commit is contained in:
parent
dd6f87e492
commit
fef6edecbc
1 changed files with 4 additions and 3 deletions
|
@ -15595,14 +15595,14 @@ (define-public python-curio
|
||||||
(define-public python-tables
|
(define-public python-tables
|
||||||
(package
|
(package
|
||||||
(name "python-tables")
|
(name "python-tables")
|
||||||
(version "3.6.1")
|
(version "3.7.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "tables" version))
|
(uri (pypi-uri "tables" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0j8vnxh2m5n0cyk9z3ndcj5n1zj5rdxgc1gb78bqlyn2lyw75aa9"))
|
"1zp1qmas4pgcag9sn0gwd40c6ibn9bg056d6ckjq7agjsrx8hap9"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
@ -15659,7 +15659,8 @@ (define-public python-tables
|
||||||
(string-append "--hdf5="
|
(string-append "--hdf5="
|
||||||
(assoc-ref inputs "hdf5"))))))))
|
(assoc-ref inputs "hdf5"))))))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-numexpr python-numpy))
|
(list python-numexpr python-numpy python-packaging
|
||||||
|
python-py-cpuinfo))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-cython pkg-config))
|
(list python-cython pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Reference in a new issue