guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: conky: Update to 1.10.8.


From: Tobias Geerinckx-Rice
Subject: 01/03: gnu: conky: Update to 1.10.8.
Date: Thu, 8 Feb 2018 08:43:11 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit bf30b70b2679ed2cd64dc68e4404896239c115c5
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Feb 8 05:14:22 2018 +0100

    gnu: conky: Update to 1.10.8.
    
    * gnu/packages/conky.scm (conky): Update to 1.10.8.
---
 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 2301bfb..22a0427 100644
--- a/gnu/packages/conky.scm
+++ b/gnu/packages/conky.scm
@@ -34,7 +34,7 @@
 (define-public conky
   (package
     (name "conky")
-    (version "1.10.7")
+    (version "1.10.8")
     (source
      (origin
        (method url-fetch)
@@ -42,7 +42,7 @@
                            version ".tar.gz"))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "1b06rigfjxnaidkabkyf8mdh9k3jm11nj547lb5liwi2ql4rdfr3"))))
+        (base32 "0mw8xbnxr0a7yq2smzi2nln2b5n0q571vdrq6mhvs5n84xd6bg9f"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f ; there are no tests



reply via email to

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