mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: qt: Update to 5.4.2.
* gnu/packages/qt.scm (qt): Update to 5.4.2.
This commit is contained in:
parent
d22b9397e1
commit
a33b8449a0
1 changed files with 2 additions and 2 deletions
|
@ -93,7 +93,7 @@ (define-public libxkbcommon
|
||||||
(define-public qt
|
(define-public qt
|
||||||
(package
|
(package
|
||||||
(name "qt")
|
(name "qt")
|
||||||
(version "5.4.1")
|
(version "5.4.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://download.qt-project.org/official_releases/qt/"
|
(uri (string-append "http://download.qt-project.org/official_releases/qt/"
|
||||||
|
@ -103,7 +103,7 @@ (define-public qt
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0q6qzakq8xihw91xv310qi3vyylq7x2bzdkjgy8sqxii2lgbjzhv"))
|
"09gay5cimfdb0apy60v7z4r4zkl2vjysdppzihpla8dp2c30fvcc"))
|
||||||
(patches (list (search-patch "qt5-conflicting-typedefs.patch")
|
(patches (list (search-patch "qt5-conflicting-typedefs.patch")
|
||||||
(search-patch "qt5-runpath.patch")))
|
(search-patch "qt5-runpath.patch")))
|
||||||
(snippet
|
(snippet
|
||||||
|
|
Loading…
Reference in a new issue