diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-02-08 05:14:22 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-02-08 14:24:23 +0100 |
commit | bf30b70b2679ed2cd64dc68e4404896239c115c5 (patch) | |
tree | 6fb1595f85becb4d36cab5547f7ba9e48fcceecd /gnu/packages/conky.scm | |
parent | 5b05dce74783e59c23ea0e3dc21386f1cca83ff1 (diff) | |
download | guix-bf30b70b2679ed2cd64dc68e4404896239c115c5.tar guix-bf30b70b2679ed2cd64dc68e4404896239c115c5.tar.gz |
gnu: conky: Update to 1.10.8.
* gnu/packages/conky.scm (conky): Update to 1.10.8.
Diffstat (limited to 'gnu/packages/conky.scm')
-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 2301bfbdf1..22a0427b9a 100644 --- a/gnu/packages/conky.scm +++ b/gnu/packages/conky.scm @@ -34,7 +34,7 @@ (define-public conky (package (name "conky") - (version "1.10.7") + (version "1.10.8") (source (origin (method url-fetch) @@ -42,7 +42,7 @@ version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 "1b06rigfjxnaidkabkyf8mdh9k3jm11nj547lb5liwi2ql4rdfr3")))) + (base32 "0mw8xbnxr0a7yq2smzi2nln2b5n0q571vdrq6mhvs5n84xd6bg9f")))) (build-system cmake-build-system) (arguments `(#:tests? #f ; there are no tests |