nckx pushed a commit to branch master
in repository guix.

commit 7dbf4888dcd80212e2cc34a1b813f18a1a55c65e
Author: Tobias Geerinckx-Rice <m...@tobias.gr>
Date:   Tue Apr 17 03:54:52 2018 +0200

    gnu: qtdatavis3d: Update to 5.9.5.
    
    * gnu/packages/qt.scm (qtdatavis3d): Update to 5.9.5.
---
 gnu/packages/qt.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 1ad9687..08db0a7 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1390,7 +1390,7 @@ selecting one of the charts themes.")
 (define-public qtdatavis3d
   (package (inherit qtsvg)
     (name "qtdatavis3d")
-    (version "5.9.4")
+    (version "5.9.5")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://download.qt.io/official_releases/qt/";
@@ -1399,7 +1399,7 @@ selecting one of the charts themes.")
                                  version ".tar.xz"))
              (sha256
               (base32
-               "1ggwfnqf17mp5dkfr82q1qrimkb6wv3304vl8mjv1nq0zisckhjv"))))
+               "0i1zd7lcakhicfpqj7dlw8hzk8x5i4ddk1427jhxcpja48l4jxy5"))))
     (arguments
      (substitute-keyword-arguments (package-arguments qtsvg)
        ((#:tests? _ #f) #f))) ; TODO: Enable the tests

Reply via email to