summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinicius Monego <monego@posteo.net>2026-03-01 19:42:13 -0300
committerVinicius Monego <monego@posteo.net>2026-03-01 23:38:56 -0300
commitb9df425a169f9e4c19b2cb2ce3f7e62aa6fdb582 (patch)
treee3d98005c10e102aede010e36199b9eb06ffe658
parentc0efaba103871e799a0fe60e5658cb3b4242a3dc (diff)
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
-rw-r--r--gnu/packages/python-xyz.scm9
1 files changed, 3 insertions, 6 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e9c28662d3b..af3bb89e250 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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