gnu: conky: Update to 1.10.8.

* gnu/packages/conky.scm (conky): Update to 1.10.8.
This commit is contained in:
Tobias Geerinckx-Rice 2018-02-08 05:14:22 +01:00
parent 5b05dce747
commit bf30b70b26
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@
(define-public conky (define-public conky
(package (package
(name "conky") (name "conky")
(version "1.10.7") (version "1.10.8")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -42,7 +42,7 @@
version ".tar.gz")) version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 "1b06rigfjxnaidkabkyf8mdh9k3jm11nj547lb5liwi2ql4rdfr3")))) (base32 "0mw8xbnxr0a7yq2smzi2nln2b5n0q571vdrq6mhvs5n84xd6bg9f"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:tests? #f ; there are no tests `(#:tests? #f ; there are no tests