gnu: conky: Update to 1.19.3.

* gnu/packages/conky.scm (conky): Update to 1.19.3.
This commit is contained in:
Tobias Geerinckx-Rice 2023-08-06 02:00:00 +02:00
parent 77251c5f5a
commit 150912af13
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -40,7 +40,7 @@ (define-public conky
(package
(name "conky")
(home-page "https://github.com/brndnmtthws/conky")
(version "1.19.2")
(version "1.19.3")
(source
(origin
(method git-fetch)
@ -49,7 +49,7 @@ (define-public conky
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "196wqr477fch1152cqmf11ckwrgkk2wmhl56ms6jk19hfs83d980"))))
(base32 "079s6icvcrryhj71qya4rnyc6pdjq488l0gjqrrblycgzppn1pas"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags