gnu: conky: Update to 1.11.5.

* gnu/packages/conky.scm (conky): Update to 1.11.5.
This commit is contained in:
Tobias Geerinckx-Rice 2019-08-30 03:23:09 +02:00
parent fa8ef3ed70
commit d7c2c4bda5
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -37,7 +37,7 @@ (define-public conky
(package (package
(name "conky") (name "conky")
(home-page "https://github.com/brndnmtthws/conky") (home-page "https://github.com/brndnmtthws/conky")
(version "1.11.3") (version "1.11.5")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -46,10 +46,10 @@ (define-public conky
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0pdl31xvmy8niagzqx9sd2b6hc6lzwfiaz66m4djf1gz9bksc8qv")))) (base32 "1a75ss48mn9pknrxy33dh5rdgm67a5kpddsyqfhlcn1761kfzzyp"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:tests? #f ; there are no tests `(#:tests? #f ; there are no tests
#:configure-flags #:configure-flags
(list "-DRELEASE=true") (list "-DRELEASE=true")
#:phases #:phases