guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: conky: Update to 1.11.3.


From: guix-commits
Subject: 02/02: gnu: conky: Update to 1.11.3.
Date: Mon, 15 Apr 2019 00:17:28 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 8f61299140c08b7de7e69e030ef65b290e270584
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Apr 15 06:16:16 2019 +0200

    gnu: conky: Update to 1.11.3.
    
    * gnu/packages/conky.scm (conky): Update to 1.11.3.
---
 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 e38189c..2b32bf8 100644
--- a/gnu/packages/conky.scm
+++ b/gnu/packages/conky.scm
@@ -37,7 +37,7 @@
   (package
     (name "conky")
     (home-page "https://github.com/brndnmtthws/conky";)
-    (version "1.11.2")
+    (version "1.11.3")
     (source
      (origin
        (method git-fetch)
@@ -46,7 +46,7 @@
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0yalcpwx85smh6nnvxxsgqi344nk7jzlkkam7yjghm87df4v7xmx"))))
+        (base32 "0pdl31xvmy8niagzqx9sd2b6hc6lzwfiaz66m4djf1gz9bksc8qv"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f ; there are no tests



reply via email to

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