gnu: dotherside: Update to 0.6.4.

* gnu/packages/qt.scm (dotherside): Update to 0.6.4.
This commit is contained in:
Efraim Flashner 2019-11-13 21:43:34 +02:00
parent d43f173273
commit 53216881f1
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -2010,7 +2010,7 @@ (define-public qtwebkit
(define-public dotherside
(package
(name "dotherside")
(version "0.6.3")
(version "0.6.4")
(source
(origin
(method git-fetch)
@ -2020,7 +2020,7 @@ (define-public dotherside
(file-name (git-file-name name version))
(sha256
(base32
"0r3nh02j2wk0w8pcjnd6myygq7iz0pbpgniv36sjj4k03zag65xn"))))
"09fz6v8rp28997f235yaifj8p4vvsyv45knc1iivgdvx7msgcd0m"))))
(build-system cmake-build-system)
(native-inputs
`(("qttools" ,qttools)))