guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/06: gnu: python-wand: Update to 0.6.10.


From: guix-commits
Subject: 01/06: gnu: python-wand: Update to 0.6.10.
Date: Sun, 21 Aug 2022 15:00:26 -0400 (EDT)

monego pushed a commit to branch master
in repository guix.

commit 254aa1781762d9173eaf671a2c972bc21892d64f
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Wed Aug 17 00:21:58 2022 -0300

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index a08a0b7304..4a755ea566 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1792,13 +1792,13 @@ conventions and aliases in the same expression.")
 (define-public python-wand
   (package
     (name "python-wand")
-    (version "0.6.9")
+    (version "0.6.10")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "Wand" version))
        (sha256
-        (base32 "1g5midlhff2yy64ppiq7mvmy5dssg82mi3rjpvym7nx85644w9s0"))))
+        (base32 "0mywzs235skwq670c80achrd34kangwy24793k1nij3651zllgrp"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
@@ -1814,8 +1814,7 @@ conventions and aliases in the same expression.")
     (home-page "https://docs.wand-py.org/";)
     (synopsis "MagickWand API binding for Python")
     (description
-     "Wand is a ctypes-based binding for the C API of ImageMagick's MagickWand
-library.")
+     "Wand is a ctypes-based binding for ImageMagick's MagickWand library.")
     (license license:expat)))
 
 (define-public python-lockfile



reply via email to

[Prev in Thread] Current Thread [Next in Thread]