guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: i3status: Update to 2.11.


From: Marius Bakke
Subject: 01/02: gnu: i3status: Update to 2.11.
Date: Sun, 12 Feb 2017 15:22:02 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 358dae16250cc29511c97e740ed0c76d3fdaabbe
Author: Marius Bakke <address@hidden>
Date:   Sun Feb 12 21:05:21 2017 +0100

    gnu: i3status: Update to 2.11.
    
    * gnu/packages/wm.scm (i3status): Update to 2.11.
---
 gnu/packages/wm.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 8612867..7ae8e4b 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -124,14 +124,14 @@ the leaves of a full binary tree.")
 (define-public i3status
   (package
     (name "i3status")
-    (version "2.10")
+    (version "2.11")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://i3wm.org/i3status/i3status-";
                                   version ".tar.bz2"))
               (sha256
                (base32
-                "1497dsvb32z9xljmxz95dnyvsbayn188ilm3l4ys8m5h25vd1xfs"))))
+                "0pwcy599fw8by1a1sf91crkqba7679qhvhbacpmhis8c1xrpxnwq"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags (list "CC=gcc" (string-append "PREFIX=" %output))



reply via email to

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