guix_mirror_bot pushed a commit to branch master
in repository guix.

commit b9df425a169f9e4c19b2cb2ce3f7e62aa6fdb582
Author: Vinicius Monego <[email protected]>
AuthorDate: Sun Mar 1 19:42:13 2026 -0300

    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
---
 gnu/packages/python-xyz.scm | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e9c28662d3..af3bb89e25 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

Reply via email to