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: Vasile Dumitrascu <va511e <at> yahoo.com>
To: 67345 <at> debbugs.gnu.org
Cc: Vasile Dumitrascu <va511e <at> yahoo.com>
Subject: [bug#67345] [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 182 days ago.

Previous Next


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