guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: conky: Update to 1.19.2.


From: guix-commits
Subject: branch master updated: gnu: conky: Update to 1.19.2.
Date: Wed, 07 Jun 2023 09:11:15 -0400

This is an automated email from the git hooks/post-receive script.

ambrevar pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e8f9fb3e03 gnu: conky: Update to 1.19.2.
e8f9fb3e03 is described below

commit e8f9fb3e03ea8fee0e13f13706a6b16414f74a7b
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Wed Jun 7 15:00:10 2023 +0200

    gnu: conky: Update to 1.19.2.
    
    * gnu/packages/conky.scm (conky): Update to 1.19.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 9843cbe3c0..afc6374554 100644
--- a/gnu/packages/conky.scm
+++ b/gnu/packages/conky.scm
@@ -40,7 +40,7 @@
   (package
     (name "conky")
     (home-page "https://github.com/brndnmtthws/conky";)
-    (version "1.12.2")
+    (version "1.19.2")
     (source
      (origin
        (method git-fetch)
@@ -49,7 +49,7 @@
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1grxapl4q37fzk2rsijwz2rrl0aj520y8daki6bg48jb9vjd39n7"))))
+        (base32 "196wqr477fch1152cqmf11ckwrgkk2wmhl56ms6jk19hfs83d980"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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