emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#70354: closed ([PATCH] gnu: conky: Update to 1.19.8.)


From: GNU bug Tracking System
Subject: bug#70354: closed ([PATCH] gnu: conky: Update to 1.19.8.)
Date: Mon, 15 Apr 2024 09:44:03 +0000

Your message dated Mon, 15 Apr 2024 10:43:41 +0100
with message-id <87wmozx8oi.fsf@cbaines.net>
and subject line Re: [bug#70354] [PATCH] gnu: conky: Update to 1.19.8.
has caused the debbugs.gnu.org bug report #70354,
regarding [PATCH] gnu: conky: Update to 1.19.8.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
70354: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=70354
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: conky: Update to 1.19.8. Date: Fri, 12 Apr 2024 15:18:09 +0200
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#70354] [PATCH] gnu: conky: Update to 1.19.8. Date: Mon, 15 Apr 2024 10:43:41 +0100 User-agent: mu4e 1.12.2; emacs 29.3
Vasile Dumitrascu via Guix-patches via <guix-patches@gnu.org> writes:

> * 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(-)

Looks good to me, I've pushned this to master as
de26171174c6afd3fdd321707314e8c7eb0dd1d0.

Thanks,

Chris

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]