guix-commits
[Top][All Lists]
Advanced

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

01/11: gnu: python-wand: Update to 0.6.13.


From: guix-commits
Subject: 01/11: gnu: python-wand: Update to 0.6.13.
Date: Tue, 5 Dec 2023 15:03:14 -0500 (EST)

monego pushed a commit to branch master
in repository guix.

commit 09b0a1fb950c9bc8dcad45f1e64ea02a64aa7b40
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Fri Dec 1 21:28:03 2023 -0300

    gnu: python-wand: Update to 0.6.13.
    
    * gnu/packages/python-xyz.scm (python-wand): Update to 0.6.13.
    
    Change-Id: I50e4fff9cd5e3c76dfd5e4cd8a2eb069fdaf7a8b
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f54a9b0f88..e1a94844aa 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2567,13 +2567,13 @@ conventions and aliases in the same 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



reply via email to

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