gnu: dotherside: Update to 0.6.4.
* gnu/packages/qt.scm (dotherside): Update to 0.6.4.
This commit is contained in:
parent
d43f173273
commit
53216881f1
1 changed files with 2 additions and 2 deletions
|
@ -2010,7 +2010,7 @@ (define-public qtwebkit
|
||||||
(define-public dotherside
|
(define-public dotherside
|
||||||
(package
|
(package
|
||||||
(name "dotherside")
|
(name "dotherside")
|
||||||
(version "0.6.3")
|
(version "0.6.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2020,7 +2020,7 @@ (define-public dotherside
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0r3nh02j2wk0w8pcjnd6myygq7iz0pbpgniv36sjj4k03zag65xn"))))
|
"09fz6v8rp28997f235yaifj8p4vvsyv45knc1iivgdvx7msgcd0m"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("qttools" ,qttools)))
|
`(("qttools" ,qttools)))
|
||||||
|
|
Loading…
Reference in a new issue