guix-commits
[Top][All Lists]
Advanced

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

07/07: gnu: i3-wm: Update to 4.17.


From: guix-commits
Subject: 07/07: gnu: i3-wm: Update to 4.17.
Date: Sun, 4 Aug 2019 12:02:25 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 15b5963300774bc31e20c93b221255431d83072f
Author: Marius Bakke <address@hidden>
Date:   Sun Aug 4 17:39:04 2019 +0200

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



reply via email to

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