gnu: conky: Update to 1.11.5.

* gnu/packages/conky.scm (conky): Update to 1.11.5.
master
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
1 changed files with 3 additions and 3 deletions

View File

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