mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-12 15:02:55 +01:00
gnu: python-wand: Update to 0.6.10.
* gnu/packages/python-xyz.scm (python-wand): Update to 0.6.10. [description]: Remove text about the unused C API.
This commit is contained in:
parent
706b3ef38b
commit
254aa17817
1 changed files with 3 additions and 4 deletions
|
@ -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.9")
|
(version "0.6.10")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "Wand" version))
|
(uri (pypi-uri "Wand" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1g5midlhff2yy64ppiq7mvmy5dssg82mi3rjpvym7nx85644w9s0"))))
|
(base32 "0mywzs235skwq670c80achrd34kangwy24793k1nij3651zllgrp"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
@ -1814,8 +1814,7 @@ conventions and aliases in the same expression.")
|
||||||
(home-page "https://docs.wand-py.org/")
|
(home-page "https://docs.wand-py.org/")
|
||||||
(synopsis "MagickWand API binding for Python")
|
(synopsis "MagickWand API binding for Python")
|
||||||
(description
|
(description
|
||||||
"Wand is a ctypes-based binding for the C API of ImageMagick's MagickWand
|
"Wand is a ctypes-based binding for ImageMagick's MagickWand library.")
|
||||||
library.")
|
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python-lockfile
|
(define-public python-lockfile
|
||||||
|
|
Loading…
Add table
Reference in a new issue