summary refs log tree commit diff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2016-06-26 17:47:23 +0300
committerEfraim Flashner <efraim@flashner.co.il>2016-06-27 05:24:42 +0300
commitc7386f4e0cd079ea401b2dce64b82f55ace6f337 (patch)
tree077bd9552c00de837d65fbc2b8d936ffe0a21b5a
parentf66970a7ed8d1c32cd0b4e3d8134919b219c2f42 (diff)
downloadguix-c7386f4e0cd079ea401b2dce64b82f55ace6f337.tar.gz
gnu: qtbase: Update to 5.6.1-1.
* gnu/packages/qt.scm (qtbase): Update to 5.6.1-1.
-rw-r--r--gnu/packages/qt.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index f7b72bcde8..90017d857a 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -302,7 +302,7 @@ developers using C++ or QML, a CSS & JavaScript like language.")
 (define-public qtbase
   (package
     (name "qtbase")
-    (version "5.6.1")
+    (version "5.6.1-1")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://download.qt.io/official_releases/qt/"
@@ -310,8 +310,8 @@ developers using C++ or QML, a CSS & JavaScript like language.")
                                  "/submodules/" name "-opensource-src-"
                                  version ".tar.xz"))
              (sha256
-               (base32
-                 "0r3jrqymnnxrig4f11xvs33c26f0kzfakbp3kcbdpv795gpc276h"))
+              (base32
+               "0fbwprlhqmdyhh2wb9122fcpq7pbil530iak482b9sy5gqs7i5ij"))
              (modules '((guix build utils)))
              (snippet
               '(begin