summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-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)))