gnu: conky: Update to 1.11.3.

* gnu/packages/conky.scm (conky): Update to 1.11.3.
This commit is contained in:
Tobias Geerinckx-Rice 2019-04-15 06:16:16 +02:00
parent 736dfe3568
commit 8f61299140
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@
(package (package
(name "conky") (name "conky")
(home-page "https://github.com/brndnmtthws/conky") (home-page "https://github.com/brndnmtthws/conky")
(version "1.11.2") (version "1.11.3")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -46,7 +46,7 @@
(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 "0yalcpwx85smh6nnvxxsgqi344nk7jzlkkam7yjghm87df4v7xmx")))) (base32 "0pdl31xvmy8niagzqx9sd2b6hc6lzwfiaz66m4djf1gz9bksc8qv"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:tests? #f ; there are no tests `(#:tests? #f ; there are no tests