summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
author宋文武 <iyzsong@gmail.com>2015-06-14 16:50:55 +0800
committer宋文武 <iyzsong@gmail.com>2015-06-16 23:30:06 +0800
commita33b8449a069cf104cbcc4ba96f885edb03b947e (patch)
tree23d0555e0a41419e61214b7ba6cd60c72d509941 /gnu
parentd22b9397e10e28f46f1fd2edff247ec6beb388bf (diff)
downloadpatches-a33b8449a069cf104cbcc4ba96f885edb03b947e.tar
patches-a33b8449a069cf104cbcc4ba96f885edb03b947e.tar.gz
gnu: qt: Update to 5.4.2.
* gnu/packages/qt.scm (qt): Update to 5.4.2.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/qt.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 84625bfea3..c92f7db79a 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