guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python2-pyqt-4: Update to 4.12.3.


From: guix-commits
Subject: branch master updated: gnu: python2-pyqt-4: Update to 4.12.3.
Date: Tue, 29 Dec 2020 17:22:53 -0500

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 376a467  gnu: python2-pyqt-4: Update to 4.12.3.
376a467 is described below

commit 376a4674430944c3f1a21de4ecdb00f53b80557c
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Dec 30 00:20:31 2020 +0200

    gnu: python2-pyqt-4: Update to 4.12.3.
    
    * gnu/packages/qt.scm (python2-pyqt-4): Update to 4.12.3.
---
 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 9a5b329..bc45c94 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2225,7 +2225,7 @@ itself.")
 (define-public python2-pyqt-4
   (package (inherit python-pyqt)
     (name "python2-pyqt")
-    (version "4.12")
+    (version "4.12.3")
     (source
       (origin
         (method url-fetch)
@@ -2235,7 +2235,7 @@ itself.")
                          version ".tar.gz"))
         (sha256
          (base32
-          "1nw8r88a5g2d550yvklawlvns8gd5slw53yy688kxnsa65aln79w"))))
+          "0wnlasg62rm5d39nq1yw4namcx2ivxgzl93r5f2vb9s0yaz5l3x0"))))
     (native-inputs
      `(("python-sip" ,python2-sip)
        ("qt" ,qt-4)))



reply via email to

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