guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: i3-wm: Update to 4.15.


From: Marius Bakke
Subject: 03/03: gnu: i3-wm: Update to 4.15.
Date: Mon, 12 Mar 2018 13:47:32 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 1a5459ca23cf3198d33345d7bf269a4126e7179e
Author: Marius Bakke <address@hidden>
Date:   Mon Mar 12 12:42:29 2018 +0100

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



reply via email to

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