guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: python-pyqt: Update to 5.5.


From: Andreas Enge
Subject: 02/02: gnu: python-pyqt: Update to 5.5.
Date: Mon, 10 Aug 2015 13:47:23 +0000

andreas pushed a commit to branch master
in repository guix.

commit 0c84e33ec1ce2024e3338af8b29e1b4bee82c10f
Author: Andreas Enge <address@hidden>
Date:   Mon Aug 10 15:31:45 2015 +0200

    gnu: python-pyqt: Update to 5.5.
    
    * gnu/packages/qt.scm (python-pyqt, python2-pyqt): Update to 5.5.
---
 gnu/packages/qt.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 565ee9b..2513971 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -383,7 +383,7 @@ module provides support functions to the automatically 
generated code.")
 (define-public python-pyqt
   (package
     (name "python-pyqt")
-    (version "5.4")
+    (version "5.5")
     (source
       (origin
         (method url-fetch)
@@ -393,7 +393,7 @@ module provides support functions to the automatically 
generated code.")
                          version ".tar.gz"))
         (sha256
          (base32
-          "0cbpa63whi8a5akff4pcnfwzpzx7ycac2ynj00ly52m6zbsn80kn"))
+          "056qmkv02wdcfblqdaxiswrgn4wa88sz22i1x58dpb1iniavplfd"))
        (patches (list (search-patch "pyqt-configure.patch")))))
     (build-system gnu-build-system)
     (native-inputs



reply via email to

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