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

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

bug#67345: closed ([PATCH] gnu: conky: Update to 1.19.6.)


From: GNU bug Tracking System
Subject: bug#67345: closed ([PATCH] gnu: conky: Update to 1.19.6.)
Date: Sat, 25 Nov 2023 15:22:02 +0000

Your message dated Sat, 25 Nov 2023 16:21:08 +0100
with message-id <87v89p5063.fsf@gnu.org>
and subject line Re: [bug#67345] [PATCH] gnu: conky: Update to 1.19.6.
has caused the debbugs.gnu.org bug report #67345,
regarding [PATCH] gnu: conky: Update to 1.19.6.
to be marked as done.

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


-- 
67345: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67345
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: conky: Update to 1.19.6. Date: Tue, 21 Nov 2023 22:24:43 +0100
* gnu/packages/conky.scm (conky): Update to 1.19.6.
---
 gnu/packages/conky.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/conky.scm b/gnu/packages/conky.scm
index bd26cdd015..e29c6e1070 100644
--- a/gnu/packages/conky.scm
+++ b/gnu/packages/conky.scm
@@ -2,7 +2,7 @@
 ;;; Copyright © 2015 Siniša Biđin <sinisa@bidin.eu>
 ;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2019 Pierre Neidhardt <mail@ambrevar.xyz>
-;;; Copyright © 2019 Vasile Dumitrascu <va511e@yahoo.com>
+;;; Copyright © 2019, 2023 Vasile Dumitrascu <va511e@yahoo.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -40,7 +40,7 @@ (define-public conky
   (package
     (name "conky")
     (home-page "https://github.com/brndnmtthws/conky";)
-    (version "1.19.4")
+    (version "1.19.6")
     (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 "03zzssdg1qdv83p4c3dbjgr0g1n0spc0ndk9bds1rd2n82i6g6sy"))))
+        (base32 "02mdqsizc36v3zqhxnyv2mch9w0gqnl4a25yxishka9yv5ni5iig"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags
-- 
2.41.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#67345] [PATCH] gnu: conky: Update to 1.19.6. Date: Sat, 25 Nov 2023 16:21:08 +0100 User-agent: Gnus/5.13 (Gnus v5.13)
Vasile Dumitrascu <va511e@yahoo.com> skribis:

> * gnu/packages/conky.scm (conky): Update to 1.19.6.

Applied, thanks!


--- End Message ---

reply via email to

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