summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2016-12-13 15:11:25 +0200
committerEfraim Flashner <efraim@flashner.co.il>2016-12-13 15:11:25 +0200
commit1d0814670c7a0fb9372f1c7b8a828886f1319240 (patch)
tree2425d1b84721bb400a4ea554aab7b4267004c159 /gnu
parente5a12fba82df0c05de15bbbdf5b011d178e087e4 (diff)
downloadguix-1d0814670c7a0fb9372f1c7b8a828886f1319240.tar.gz
gnu: python-pyqt: Update to 5.7.
* gnu/packages/qt.scm (python-pyqt): Update to 5.7.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/qt.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 6eab3fd2a6..acbc955960 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