guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: qt: Update to 5.4.2.


From: ???
Subject: 03/05: gnu: qt: Update to 5.4.2.
Date: Tue, 16 Jun 2015 15:36:07 +0000

iyzsong pushed a commit to branch master
in repository guix.

commit a33b8449a069cf104cbcc4ba96f885edb03b947e
Author: 宋文武 <address@hidden>
Date:   Sun Jun 14 16:50:55 2015 +0800

    gnu: qt: Update to 5.4.2.
    
    * gnu/packages/qt.scm (qt): Update to 5.4.2.
---
 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 84625bf..c92f7db 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -93,7 +93,7 @@ X11 (yet).")
 (define-public qt
   (package
     (name "qt")
-    (version "5.4.1")
+    (version "5.4.2")
     (source (origin
              (method url-fetch)
              (uri (string-append 
"http://download.qt-project.org/official_releases/qt/";
@@ -103,7 +103,7 @@ X11 (yet).")
                                  version ".tar.xz"))
              (sha256
               (base32
-               "0q6qzakq8xihw91xv310qi3vyylq7x2bzdkjgy8sqxii2lgbjzhv"))
+               "09gay5cimfdb0apy60v7z4r4zkl2vjysdppzihpla8dp2c30fvcc"))
              (patches (list (search-patch "qt5-conflicting-typedefs.patch")
                             (search-patch "qt5-runpath.patch")))
              (snippet



reply via email to

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