From 095b7fea444465a881d8127aeab9ae5c252d6a9e Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Sun, 26 Jun 2016 18:00:10 +0300 Subject: gnu: qttools: Update to 5.6.1-1. * gnu/packages/qt.scm (qttools): Update to 5.6.1-1. --- gnu/packages/qt.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 167af77938..7c9f6db213 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -717,7 +717,7 @@ (define-public qtlocation (define-public qttools (package (inherit qtsvg) (name "qttools") - (version "5.6.1") + (version "5.6.1-1") (source (origin (method url-fetch) (uri (string-append "https://download.qt.io/official_releases/qt/" @@ -726,7 +726,7 @@ (define-public qttools version ".tar.xz")) (sha256 (base32 - "0wbzq60d7lkvlb7b5lqcw87qgy6kyjz1npjavz8f4grdxsaqi8vp")))) + "0haic027a2d7p7k8xz83fbvci4a4dln34360rlwgy7hlyy5m4nip")))) (native-inputs `(("perl" ,perl) ("qtdeclarative" ,qtdeclarative))) -- cgit v1.2.3