diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2016-10-15 19:17:40 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-10-15 23:22:33 +0300 |
commit | 2e36f7e6b2efd63795b9cc50033f8595724a0793 (patch) | |
tree | 89635861fa758b5c15680776402a98600404b998 /gnu/packages | |
parent | e1376e25a755a7368d095b4eb2daf42be9e63b0d (diff) | |
download | patches-2e36f7e6b2efd63795b9cc50033f8595724a0793.tar patches-2e36f7e6b2efd63795b9cc50033f8595724a0793.tar.gz |
gnu: qt: Update to 5.6.2.
* gnu/packages/qt.scm (qt): Update to 5.6.2.
[home-page]: Update to new home-page.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/qt.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index a482d7572a..a1e5fdef96 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -61,7 +61,7 @@ (define-public qt (package (name "qt") - (version "5.6.1-1") + (version "5.6.2") (source (origin (method url-fetch) (uri @@ -73,7 +73,7 @@ version ".tar.xz")) (sha256 (base32 - "1nrn2wivjwdxc9q03gpsi336gcl9l2axi0xjbzsha5v6akmsf26f")) + "1cw93mrlkqbwndfqyjpsvjzkpzi39px2is040xvk18mvg3y1prl3")) (modules '((guix build utils))) (snippet '(begin @@ -203,7 +203,7 @@ "-no-avx2" "-no-mips_dsp" "-no-mips_dspr2")))))))) - (home-page "http://qt-project.org/") + (home-page "https://www.qt.io/") (synopsis "Cross-platform GUI library") (description "Qt is a cross-platform application and UI framework for developers using C++ or QML, a CSS & JavaScript like language.") |