guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: address@hidden: Update to 4.12.


From: Marius Bakke
Subject: 03/03: gnu: address@hidden: Update to 4.12.
Date: Fri, 19 May 2017 15:44:25 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 41fa164aa0a2b1c490065df639f38aa62ffa58e8
Author: Marius Bakke <address@hidden>
Date:   Fri May 19 21:29:51 2017 +0200

    gnu: address@hidden: Update to 4.12.
    
    * gnu/packages/qt.scm (python-pyqt-4): Update to 4.12.
    [source]: Adjust URI to file rename.
---
 gnu/packages/qt.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index eed095d..d94c652 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1302,17 +1302,17 @@ contain over 620 classes.")
 (define-public python-pyqt-4
   (package (inherit python-pyqt)
     (name "python-pyqt")
-    (version "4.11.4")
+    (version "4.12")
     (source
       (origin
         (method url-fetch)
         (uri
           (string-append "mirror://sourceforge/pyqt/PyQt4/"
-                         "PyQt-" version "/PyQt-x11-gpl-"
+                         "PyQt-" version "/PyQt4_gpl_x11-"
                          version ".tar.gz"))
         (sha256
          (base32
-          "01zlviy5lq8g6db84wnvvpsrfnip9lbcpxagsyqa6as3jmsff7zw"))))
+          "1nw8r88a5g2d550yvklawlvns8gd5slw53yy688kxnsa65aln79w"))))
     (native-inputs
      `(("python-sip" ,python-sip)
        ("qt" ,qt-4)))



reply via email to

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