guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: conky: Update to 1.11.6.


From: guix-commits
Subject: 05/06: gnu: conky: Update to 1.11.6.
Date: Tue, 28 Jul 2020 15:26:10 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit ccd0a009dc865ec1ee490fdf687597f3188d9cc5
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Jul 28 21:00:03 2020 +0200

    gnu: conky: Update to 1.11.6.
    
    * gnu/packages/conky.scm (conky): Update to 1.11.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 046d132..6bae336 100644
--- a/gnu/packages/conky.scm
+++ b/gnu/packages/conky.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2015 Siniša Biđin <sinisa@bidin.eu>
-;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2019 Pierre Neidhardt <mail@ambrevar.xyz>
 ;;; Copyright © 2019 Vasile Dumitrascu <va511e@yahoo.com>
 ;;;
@@ -39,7 +39,7 @@
   (package
     (name "conky")
     (home-page "https://github.com/brndnmtthws/conky";)
-    (version "1.11.5")
+    (version "1.11.6")
     (source
      (origin
        (method git-fetch)
@@ -48,7 +48,7 @@
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1a75ss48mn9pknrxy33dh5rdgm67a5kpddsyqfhlcn1761kfzzyp"))))
+        (base32 "0y2g66fjqp2hdk0y1h4ijxhnv34j16gizvxpmbigwh4n6zijcm6v"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f                      ; there are no tests



reply via email to

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