guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: i3-wm: Update to 4.14.1.


From: Marius Bakke
Subject: 02/02: gnu: i3-wm: Update to 4.14.1.
Date: Sun, 24 Sep 2017 18:14:58 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit edd38aa898306c4cf1dd9761c5a502fa7fee13d6
Author: Marius Bakke <address@hidden>
Date:   Mon Sep 25 00:07:57 2017 +0200

    gnu: i3-wm: Update to 4.14.1.
    
    * gnu/packages/wm.scm (i3-wm): Update to 4.14.1.
---
 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 ea35a28..b7e44cd 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -168,14 +168,14 @@ commands would.")
 (define-public i3-wm
   (package
     (name "i3-wm")
-    (version "4.14")
+    (version "4.14.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://i3wm.org/downloads/i3-";
                                   version ".tar.bz2"))
               (sha256
                (base32
-                "1mm5jazwv4dz3k8vl1lfrcw86agpws5k9lmav1ly51qvmzivsfmf"))))
+                "1cazmfbbx6n8c81h6x6pdayq3mxs2ml3adz165z8vapkc72kl1nh"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags



reply via email to

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