guix-commits
[Top][All Lists]
Advanced

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

04/06: gnu: i3blocks: Update to ec050e7.


From: guix-commits
Subject: 04/06: gnu: i3blocks: Update to ec050e7.
Date: Mon, 8 Jul 2019 07:06:04 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 88a29b5cd33160a14fc9ef1f795de8d127b5fd8c
Author: ison <address@hidden>
Date:   Sun Jul 7 05:02:01 2019 -0600

    gnu: i3blocks: Update to ec050e7.
    
    * gnu/packages/wm.scm (i3blocks): Update to ec050e7.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/wm.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 90bc7fc..d4c750d 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -269,8 +269,8 @@ Despite the name it should work with any X11 window 
manager.")
     (license license:bsd-3)))
 
 (define-public i3blocks
-  (let ((commit "37f23805ff886639163fbef8aedba71c8071eff8")
-        (revision "1"))
+  (let ((commit "ec050e79ad8489a6f8deb37d4c20ab10729c25c3")
+        (revision "2"))
     (package
       (name "i3blocks")
       (version (string-append "1.4-" revision "."
@@ -282,7 +282,7 @@ Despite the name it should work with any X11 window 
manager.")
                       (commit commit)))
                 (sha256
                  (base32
-                  "15rnrcajzyrmhlz1a21qqsjlj3dkib70806dlb386fliylc2kisb"))
+                  "1fx4230lmqa5rpzph68dwnpcjfaaqv5gfkradcr85hd1z8d1qp1b"))
                 (file-name (git-file-name name version))))
       (build-system gnu-build-system)
       (arguments



reply via email to

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