guix-commits
[Top][All Lists]
Advanced

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

11/13: gnu: conky: Update to 1.12.2.


From: guix-commits
Subject: 11/13: gnu: conky: Update to 1.12.2.
Date: Thu, 6 May 2021 18:17:43 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit dfef3121c35aa7d42324afa106cd9b1579f14153
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu May 6 23:55:12 2021 +0200

    gnu: conky: Update to 1.12.2.
    
    * gnu/packages/conky.scm (conky): Update to 1.12.2.
---
 gnu/packages/conky.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/conky.scm b/gnu/packages/conky.scm
index 0df6d1f..2c3cb87 100644
--- a/gnu/packages/conky.scm
+++ b/gnu/packages/conky.scm
@@ -39,7 +39,7 @@
   (package
     (name "conky")
     (home-page "https://github.com/brndnmtthws/conky";)
-    (version "1.11.6")
+    (version "1.12.2")
     (source
      (origin
        (method git-fetch)
@@ -48,7 +48,7 @@
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0y2g66fjqp2hdk0y1h4ijxhnv34j16gizvxpmbigwh4n6zijcm6v"))))
+        (base32 "1grxapl4q37fzk2rsijwz2rrl0aj520y8daki6bg48jb9vjd39n7"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f                      ; there are no tests



reply via email to

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