guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-sip-4: Update to 4.19.25.


From: guix-commits
Subject: branch master updated: gnu: python-sip-4: Update to 4.19.25.
Date: Tue, 31 May 2022 13:45:48 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 2c4c504272 gnu: python-sip-4: Update to 4.19.25.
2c4c504272 is described below

commit 2c4c504272643f6d42a03178b684eeb3f4615438
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue May 31 20:45:05 2022 +0300

    gnu: python-sip-4: Update to 4.19.25.
    
    * gnu/packages/qt.scm (python-sip-4): Update to 4.19.25.
---
 gnu/packages/qt.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index bf2a3e88c2..ea82ab07d0 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2000,7 +2000,7 @@ module provides support functions to the automatically 
generated code.")
   (package
     (inherit python-sip)
     (name "python-sip")
-    (version "4.19.24")
+    (version "4.19.25")
     (source
       (origin
         (method url-fetch)
@@ -2010,7 +2010,7 @@ module provides support functions to the automatically 
generated code.")
                                   "/sip-" version ".tar.gz")))
         (sha256
          (base32
-          "1ra15vb5i9gkg2vdvh16cq9x2mmzw1yi3xphxs8q34q1pf83gkgd"))))
+          "04a23cgsnx150xq86w1z44b6vr2zyazysy9mqax0fy346zlr77dk"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("python" ,python-wrapper)))



reply via email to

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