guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: python-pyqt: Update to 5.8.2.


From: Marius Bakke
Subject: 02/03: gnu: python-pyqt: Update to 5.8.2.
Date: Fri, 19 May 2017 15:44:25 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 5ac3a671d8d863fc798885ee437ed2fc3ced6ca4
Author: Marius Bakke <address@hidden>
Date:   Fri May 19 21:20:15 2017 +0200

    gnu: python-pyqt: Update to 5.8.2.
    
    * gnu/packages/qt.scm (python-pyqt): Update to 5.8.2.
---
 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 14baaf5..eed095d 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1212,7 +1212,7 @@ module provides support functions to the automatically 
generated code.")
 (define-public python-pyqt
   (package
     (name "python-pyqt")
-    (version "5.7")
+    (version "5.8.2")
     (source
       (origin
         (method url-fetch)
@@ -1222,7 +1222,7 @@ module provides support functions to the automatically 
generated code.")
                          version ".tar.gz"))
         (sha256
          (base32
-          "01avscn1bir0h8zzfh1jvpljgwg6qkax5nk142xrm63rbyx969l9"))
+          "1s1nalcspam9dc7f63jkqn1i2sv9lrqn57p2zsc61g8bncahbmzb"))
        (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]