gnu: qsyncthingtray: Update to 0.5.8.

* gnu/packages/sync.scm (qsyncthingtray): Update to 0.5.8.
This commit is contained in:
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

View file

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