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.


From: Leo Famulari
Subject: 02/02: gnu: i3-wm: Update to 4.14.
Date: Mon, 4 Sep 2017 11:26:09 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 4b1dd9ab3130d8e0f2398564a4e3667d8a3238a2
Author: Leo Famulari <address@hidden>
Date:   Mon Sep 4 11:19:07 2017 -0400

    gnu: i3-wm: Update to 4.14.
    
    * gnu/packages/wm.scm (i3-wm): Update to 4.14.
---
 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 5ba29c3..ea35a28 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.13")
+    (version "4.14")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://i3wm.org/downloads/i3-";
                                   version ".tar.bz2"))
               (sha256
                (base32
-                "12ngz32swh9n85xy0cz1lq16aqi9ys5hq19v589q9a97wn1k3hcl"))))
+                "1mm5jazwv4dz3k8vl1lfrcw86agpws5k9lmav1ly51qvmzivsfmf"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags



reply via email to

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