diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-08-06 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-08-06 02:00:00 +0200 |
commit | 150912af135e983ba13e93d4a9e78f1d1fa29062 (patch) | |
tree | eb3278f9afb51e35e2d624236139e2e55c47494e /gnu/packages | |
parent | 77251c5f5af193dcd031dffef744001cfc48f7e5 (diff) | |
download | guix-150912af135e983ba13e93d4a9e78f1d1fa29062.tar.gz guix-150912af135e983ba13e93d4a9e78f1d1fa29062.zip |
gnu: conky: Update to 1.19.3.
* gnu/packages/conky.scm (conky): Update to 1.19.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 afc6374554..54b525a04e 100644 --- a/gnu/packages/conky.scm +++ b/gnu/packages/conky.scm @@ -40,7 +40,7 @@ (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 @@ (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 |