guix-commits
[Top][All Lists]
Advanced

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

02/12: gnu: i3-wm: Update to 4.16.1.


From: guix-commits
Subject: 02/12: gnu: i3-wm: Update to 4.16.1.
Date: Thu, 31 Jan 2019 15:21:56 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 7c56237b4ca1067e0204617c8b89d28a457d805f
Author: Marius Bakke <address@hidden>
Date:   Mon Jan 28 20:32:51 2019 +0100

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



reply via email to

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