gnu: python-wand: Update to 0.6.9.

* gnu/packages/python-xyz.scm (python-wand): Update to 0.6.9.
This commit is contained in:
Vinicius Monego 2022-07-18 12:40:47 -03:00
parent b2ba54d007
commit 4b88fe049f
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -1792,13 +1792,13 @@ (define-public python-license-expression
(define-public python-wand
(package
(name "python-wand")
(version "0.6.7")
(version "0.6.9")
(source
(origin
(method url-fetch)
(uri (pypi-uri "Wand" version))
(sha256
(base32 "1nxn7zvbnfgk4kkxajbzglcjpbgr84ilhnxm990nifjxqb61ph7b"))))
(base32 "1g5midlhff2yy64ppiq7mvmy5dssg82mi3rjpvym7nx85644w9s0"))))
(build-system python-build-system)
(arguments
`(#:phases