guix-commits
[Top][All Lists]
Advanced

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

02/09: gnu: conky: Update to 1.11.5.


From: guix-commits
Subject: 02/09: gnu: conky: Update to 1.11.5.
Date: Thu, 29 Aug 2019 23:36:30 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit d7c2c4bda5088435df50663a14749470f9714044
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Aug 30 03:23:09 2019 +0200

    gnu: conky: Update to 1.11.5.
    
    * gnu/packages/conky.scm (conky): Update to 1.11.5.
---
 gnu/packages/conky.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/conky.scm b/gnu/packages/conky.scm
index 2b32bf8..681feb6 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.3")
+    (version "1.11.5")
     (source
      (origin
        (method git-fetch)
@@ -46,10 +46,10 @@
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0pdl31xvmy8niagzqx9sd2b6hc6lzwfiaz66m4djf1gz9bksc8qv"))))
+        (base32 "1a75ss48mn9pknrxy33dh5rdgm67a5kpddsyqfhlcn1761kfzzyp"))))
     (build-system cmake-build-system)
     (arguments
-     `(#:tests? #f ; there are no tests
+     `(#:tests? #f                      ; there are no tests
        #:configure-flags
        (list "-DRELEASE=true")
        #:phases



reply via email to

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