GNU bug report logs - #67345
[PATCH] gnu: conky: Update to 1.19.6.

Previous Next

Package: guix-patches;

Reported by: Vasile Dumitrascu <va511e <at> yahoo.com>

Date: Tue, 21 Nov 2023 21:26:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Vasile Dumitrascu <va511e <at> yahoo.com>
Subject: bug#67345: closed (Re: [bug#67345] [PATCH] gnu: conky: Update to
 1.19.6.)
Date: Sat, 25 Nov 2023 15:22:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#67345: [PATCH] gnu: conky: Update to 1.19.6.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 67345 <at> debbugs.gnu.org.

-- 
67345: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67345
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Vasile Dumitrascu <va511e <at> yahoo.com>
Cc: 67345-done <at> debbugs.gnu.org
Subject: Re: [bug#67345] [PATCH] gnu: conky: Update to 1.19.6.
Date: Sat, 25 Nov 2023 16:21:08 +0100
Vasile Dumitrascu <va511e <at> yahoo.com> skribis:

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

Applied, thanks!

[Message part 3 (message/rfc822, inline)]
From: Vasile Dumitrascu <va511e <at> yahoo.com>
To: guix-patches <at> gnu.org
Cc: Vasile Dumitrascu <va511e <at> yahoo.com>
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 <at> bidin.eu>
 ;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <me <at> tobias.gr>
 ;;; Copyright © 2019 Pierre Neidhardt <mail <at> ambrevar.xyz>
-;;; Copyright © 2019 Vasile Dumitrascu <va511e <at> yahoo.com>
+;;; Copyright © 2019, 2023 Vasile Dumitrascu <va511e <at> 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




This bug report was last modified 1 year and 213 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.