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:
Ricardo Wurmus 2021-12-07 11:58:36 +01:00
parent 06fca01968
commit b214034109
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -22479,14 +22479,17 @@ (define-public python-toolz
(define-public python-cytoolz
(package
(name "python-cytoolz")
(version "0.9.0.1")
(version "0.11.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "cytoolz" version))
(sha256
(base32
"1r80p88hm3f3r4zpixzr047y5hw4bzy41m4xywnhycda83x0dk44"))))
"1d12mgaippxxhn24w2hj0my3aqkx80fks5g4wzfdsvl0acqnc8za"))
(modules '((guix build utils)))
(snippet
'(for-each delete-file (find-files "cytoolz" "\\.c$")))))
(build-system python-build-system)
;; FIXME: tests fail with "module 'cytoolz.curried' has no attribute
;; 'exceptions'"