guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: python-pyqt5-sip: Update to 12.11.1.


From: guix-commits
Subject: branch core-updates updated: gnu: python-pyqt5-sip: Update to 12.11.1.
Date: Sat, 18 Mar 2023 11:20:38 -0400

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

andreas pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new 97c20aa1d1 gnu: python-pyqt5-sip: Update to 12.11.1.
97c20aa1d1 is described below

commit 97c20aa1d159bb83e34545bba105f646c6fedc03
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Sat Mar 18 15:34:50 2023 +0100

    gnu: python-pyqt5-sip: Update to 12.11.1.
    
    * gnu/packages/qt.scm (python-pyqt5-sip): Update to 12.11.1.
---
 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 e03f57cf69..22a33341bf 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -3368,14 +3368,14 @@ contain over 620 classes.")
 (define-public python-pyqt5-sip
   (package
     (name "python-pyqt5-sip")
-    (version "12.10.1")
+    (version "12.11.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "PyQt5_sip" version))
        (sha256
         (base32
-         "09771b6fdn0rx34l5a0wzcd899yd57zxp5sw3bsqhd25biwhiq4p"))))
+         "0sa3vad8r7qm98k4ngimwjp87bh2f9f2vv19cnzb3vb11zdgplwp"))))
     (build-system python-build-system)
     (arguments
      `(#:tests? #f)) ;; No test code.



reply via email to

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