gnu: qsyncthingtray: Update to 0.5.8.

* gnu/packages/sync.scm (qsyncthingtray): Update to 0.5.8.
master
Tobias Geerinckx-Rice 2017-07-19 21:14:32 +02:00
parent 53cea7594c
commit dc05f6523e
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@ silently and reliably flow across to every other.")
(define-public qsyncthingtray
(package
(name "qsyncthingtray")
(version "0.5.7")
(version "0.5.8")
(source
(origin
(method url-fetch)
@ -117,7 +117,7 @@ silently and reliably flow across to every other.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1qzlxgq36sb1dk621nkbjw9k6y3css6q3z8xzx6nv7f327vanvp6"))))
"1024778ml7q62ziqm4d22z5sc1715l34846pwfyzfpcyl32qlhpz"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags '("-DQST_BUILD_WEBKIT=1")