summary refs log tree commit diff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2019-11-13 21:43:34 +0200
committerEfraim Flashner <efraim@flashner.co.il>2019-11-13 21:43:34 +0200
commit53216881f19f166739e27d5517737174a0f027b1 (patch)
tree18b354f1b6a9eaa5cfbcb6367127e955d9498fd5
parentd43f173273a0c5b55938d425f8937dcbc6a17a2a (diff)
downloadguix-53216881f19f166739e27d5517737174a0f027b1.tar.gz
gnu: dotherside: Update to 0.6.4.
* gnu/packages/qt.scm (dotherside): Update to 0.6.4.
-rw-r--r--gnu/packages/qt.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index c387b74ac0..241e73d575 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2010,7 +2010,7 @@ time Web content can be enhanced with native controls.")
 (define-public dotherside
   (package
     (name "dotherside")
-    (version "0.6.3")
+    (version "0.6.4")
     (source
      (origin
        (method git-fetch)
@@ -2020,7 +2020,7 @@ time Web content can be enhanced with native controls.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0r3nh02j2wk0w8pcjnd6myygq7iz0pbpgniv36sjj4k03zag65xn"))))
+         "09fz6v8rp28997f235yaifj8p4vvsyv45knc1iivgdvx7msgcd0m"))))
     (build-system cmake-build-system)
     (native-inputs
      `(("qttools" ,qttools)))