gnu: python-wand: Update to 0.6.13.

* gnu/packages/python-xyz.scm (python-wand): Update to 0.6.13.

Change-Id: I50e4fff9cd5e3c76dfd5e4cd8a2eb069fdaf7a8b
This commit is contained in:
Vinicius Monego 2023-12-01 21:28:03 -03:00
parent c15a1cd88f
commit 09b0a1fb95
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -2567,13 +2567,13 @@ (define-public python-license-expression
(define-public python-wand
(package
(name "python-wand")
(version "0.6.11")
(version "0.6.13")
(source
(origin
(method url-fetch)
(uri (pypi-uri "Wand" version))
(sha256
(base32 "15d9kxyc7qvknx0kv27m2jamnmisckyf89i7wlqykwgqm46p0qdn"))))
(base32 "1jpwm956vm35hmgjndr2jwrcql0bwvpsl88q5nr0x8ppxa2380gm"))))
(build-system python-build-system)
(arguments
`(#:phases