1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: python-wand: Update to 0.7.0.

* gnu/packages/python-xyz.scm (python-wand): Update to 0.7.0.
[source]: Fix URI.
[arguments]<#:test-flags>: Enable all tests.

Change-Id: I9c268100b71aab4fd0b1b95cdc3a91f82a4ddbcb
This commit is contained in:
Vinicius Monego
2026-03-01 19:42:13 -03:00
parent c0efaba103
commit b9df425a16

View File

@@ -40044,19 +40044,16 @@ across Python versions 3.7+.")
(define-public python-wand
(package
(name "python-wand")
(version "0.6.13")
(version "0.7.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "Wand" version))
(uri (pypi-uri "wand" version))
(sha256
(base32 "1jpwm956vm35hmgjndr2jwrcql0bwvpsl88q5nr0x8ppxa2380gm"))))
(base32 "1ya00xn57x3lfk6d498lv23hqdq93fmada2v5rskzhj8q8y9i3z4"))))
(build-system pyproject-build-system)
(arguments
(list
#:test-flags
;; These two tests fail even though the signatures are identical.
'(list "-k" "not fourier_transform")
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'hardcode-lib-path