guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: python-pyqt: Update to 5.7.


From: Efraim Flashner
Subject: 01/01: gnu: python-pyqt: Update to 5.7.
Date: Tue, 13 Dec 2016 13:42:09 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 1d0814670c7a0fb9372f1c7b8a828886f1319240
Author: Efraim Flashner <address@hidden>
Date:   Tue Dec 13 15:11:25 2016 +0200

    gnu: python-pyqt: Update to 5.7.
    
    * gnu/packages/qt.scm (python-pyqt): Update to 5.7.
---
 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 6eab3fd..acbc955 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -975,7 +975,7 @@ module provides support functions to the automatically 
generated code.")
 (define-public python-pyqt
   (package
     (name "python-pyqt")
-    (version "5.6")
+    (version "5.7")
     (source
       (origin
         (method url-fetch)
@@ -985,7 +985,7 @@ module provides support functions to the automatically 
generated code.")
                          version ".tar.gz"))
         (sha256
          (base32
-          "1qgh42zsr9jppl9k7fcdbhxcd1wrb7wyaj9lng9nxfa19in1lj1f"))
+          "01avscn1bir0h8zzfh1jvpljgwg6qkax5nk142xrm63rbyx969l9"))
        (patches (search-patches "pyqt-configure.patch"))))
     (build-system gnu-build-system)
     (native-inputs



reply via email to

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