Archived
1
0
Fork 0

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 @@ conventions and aliases in the same expression.")
(define-public python-wand (define-public python-wand
(package (package
(name "python-wand") (name "python-wand")
(version "0.6.7") (version "0.6.9")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "Wand" version)) (uri (pypi-uri "Wand" version))
(sha256 (sha256
(base32 "1nxn7zvbnfgk4kkxajbzglcjpbgr84ilhnxm990nifjxqb61ph7b")))) (base32 "1g5midlhff2yy64ppiq7mvmy5dssg82mi3rjpvym7nx85644w9s0"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases `(#:phases