guix-commits
[Top][All Lists]
Advanced

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

04/13: gnu: i3-wm: Update to 4.18.1.


From: guix-commits
Subject: 04/13: gnu: i3-wm: Update to 4.18.1.
Date: Mon, 11 May 2020 16:04:17 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit a5d67ba782a30efc45ea277b539a793ced59b9b8
Author: Marius Bakke <address@hidden>
AuthorDate: Mon May 11 16:51:07 2020 +0200

    gnu: i3-wm: Update to 4.18.1.
    
    * gnu/packages/wm.scm (i3-wm): Update to 4.18.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 ec4572b..32b6e6d 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -271,14 +271,14 @@ commands would.")
 (define-public i3-wm
   (package
     (name "i3-wm")
-    (version "4.18")
+    (version "4.18.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://i3wm.org/downloads/i3-";
                                   version ".tar.bz2"))
               (sha256
                (base32
-                "0dv5g8ycfmijxfjyw8hzsxaf80v09lb73zh7x2vszy78h3amifqz"))))
+                "0z709cianlzw0x0qwq4361347354xd9ckj1v7vjvhb1zh3x91gws"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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