diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-15 06:16:16 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-15 06:16:16 +0200 |
commit | 8f61299140c08b7de7e69e030ef65b290e270584 (patch) | |
tree | 506701eb8d01c451c3fc4c5f3c11e74d171a3c70 /gnu/packages | |
parent | 736dfe3568d620d66c7a17e4b93d4b5fc7b64c1d (diff) | |
download | patches-8f61299140c08b7de7e69e030ef65b290e270584.tar patches-8f61299140c08b7de7e69e030ef65b290e270584.tar.gz |
gnu: conky: Update to 1.11.3.
* gnu/packages/conky.scm (conky): Update to 1.11.3.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/conky.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/conky.scm b/gnu/packages/conky.scm index e38189c401..2b32bf8791 100644 --- a/gnu/packages/conky.scm +++ b/gnu/packages/conky.scm @@ -37,7 +37,7 @@ (package (name "conky") (home-page "https://github.com/brndnmtthws/conky") - (version "1.11.2") + (version "1.11.3") (source (origin (method git-fetch) @@ -46,7 +46,7 @@ (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0yalcpwx85smh6nnvxxsgqi344nk7jzlkkam7yjghm87df4v7xmx")))) + (base32 "0pdl31xvmy8niagzqx9sd2b6hc6lzwfiaz66m4djf1gz9bksc8qv")))) (build-system cmake-build-system) (arguments `(#:tests? #f ; there are no tests |