GNU bug report logs -
#70354
[PATCH] gnu: conky: Update to 1.19.8.
Previous Next
Reported by: Vasile Dumitrascu <va511e <at> yahoo.com>
Date: Fri, 12 Apr 2024 13:19:04 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/conky.scm (conky): Update to 1.19.8.
[inputs]: Add libxi.
---
gnu/packages/conky.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/conky.scm b/gnu/packages/conky.scm
index e29c6e1070..b0576cd137 100644
--- a/gnu/packages/conky.scm
+++ b/gnu/packages/conky.scm
@@ -40,7 +40,7 @@ (define-public conky
(package
(name "conky")
(home-page "https://github.com/brndnmtthws/conky")
- (version "1.19.6")
+ (version "1.19.8")
(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 "02mdqsizc36v3zqhxnyv2mch9w0gqnl4a25yxishka9yv5ni5iig"))))
+ (base32 "1g712cw2nzd2qvgdmyvazyda0znyqzg6yckg98ss203fggwp93vj"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags
@@ -80,6 +80,7 @@ (define-public conky
libxdamage
libxext
libxft
+ libxi
libxinerama
pulseaudio
lua
--
2.41.0
This bug report was last modified 1 year and 34 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.