gnu: python-cytoolz: Update to 0.11.2.
* gnu/packages/python-xyz.scm (python-cytoolz): Update to 0.11.2. [source]: Add snippet.
This commit is contained in:
parent
06fca01968
commit
b214034109
@ -22479,14 +22479,17 @@ functions, and dictionaries.")
|
|||||||
(define-public python-cytoolz
|
(define-public python-cytoolz
|
||||||
(package
|
(package
|
||||||
(name "python-cytoolz")
|
(name "python-cytoolz")
|
||||||
(version "0.9.0.1")
|
(version "0.11.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "cytoolz" version))
|
(uri (pypi-uri "cytoolz" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1r80p88hm3f3r4zpixzr047y5hw4bzy41m4xywnhycda83x0dk44"))))
|
"1d12mgaippxxhn24w2hj0my3aqkx80fks5g4wzfdsvl0acqnc8za"))
|
||||||
|
(modules '((guix build utils)))
|
||||||
|
(snippet
|
||||||
|
'(for-each delete-file (find-files "cytoolz" "\\.c$")))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
;; FIXME: tests fail with "module 'cytoolz.curried' has no attribute
|
;; FIXME: tests fail with "module 'cytoolz.curried' has no attribute
|
||||||
;; 'exceptions'"
|
;; 'exceptions'"
|
||||||
|
Loading…
Reference in New Issue
Block a user