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.9.


From: Marius Bakke
Subject: 02/03: gnu: python-pyqt: Update to 5.9.
Date: Sat, 21 Oct 2017 18:42:03 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 28d0b52164517b507d0b2efad01ec5501b3194c7
Author: Marius Bakke <address@hidden>
Date:   Thu Oct 19 22:12:09 2017 +0200

    gnu: python-pyqt: Update to 5.9.
    
    * gnu/packages/qt.scm (python-pyqt): Update to 5.9.
---
 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 ae19140..b72925a 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1506,7 +1506,7 @@ module provides support functions to the automatically 
generated code.")
 (define-public python-pyqt
   (package
     (name "python-pyqt")
-    (version "5.8.2")
+    (version "5.9")
     (source
       (origin
         (method url-fetch)
@@ -1516,7 +1516,7 @@ module provides support functions to the automatically 
generated code.")
                          version ".tar.gz"))
         (sha256
          (base32
-          "1s1nalcspam9dc7f63jkqn1i2sv9lrqn57p2zsc61g8bncahbmzb"))
+          "15hh4z5vd45dcswjla58q6rrfr6ic7jfz2n7c8lwfb10rycpj3mb"))
        (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]