guix-commits
[Top][All Lists]
Advanced

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

07/08: gnu: conky: Update to 1.10.6.


From: Tobias Geerinckx-Rice
Subject: 07/08: gnu: conky: Update to 1.10.6.
Date: Tue, 14 Mar 2017 22:45:46 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 68c10f31f912688fc0d6204cd9b44ba462e83b20
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Mar 15 03:29:19 2017 +0100

    gnu: conky: Update to 1.10.6.
    
    * gnu/packages/conky.scm (conky): Update to 1.10.6.
---
 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 206546b..9c933a4 100644
--- a/gnu/packages/conky.scm
+++ b/gnu/packages/conky.scm
@@ -32,7 +32,7 @@
 (define-public conky
   (package
     (name "conky")
-    (version "1.10.3")
+    (version "1.10.6")
     (source
      (origin
        (method url-fetch)
@@ -40,7 +40,7 @@
                            version ".tar.gz"))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "1m9byrmpc2sprzk44v447yaqjzsvw230a0mlw7y1ngz3m3y44qs5"))))
+        (base32 "1jk0my7z45vz9vd8958d27nkk4kvr53k7wyf6cz2x9xjc0lri02c"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f ; there are no tests



reply via email to

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