guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: i3-gaps: Update to 4.18.2.


From: guix-commits
Subject: 02/04: gnu: i3-gaps: Update to 4.18.2.
Date: Tue, 28 Jul 2020 17:38:04 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 6bf70cc8e7b8c592bb0feb67807e618d49920d8c
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Jul 28 23:36:23 2020 +0200

    gnu: i3-gaps: Update to 4.18.2.
    
    * gnu/packages/wm.scm (i3-gaps): Update to 4.18.2.
---
 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 65c7b8b..bc3c152 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -340,7 +340,7 @@ many programming languages.")
 (define-public i3-gaps
   (package (inherit i3-wm)
            (name "i3-gaps")
-           (version "4.18.1")
+           (version "4.18.2")
            (source (origin
                      (method url-fetch)
                      (uri (string-append
@@ -348,7 +348,7 @@ many programming languages.")
                            version "/i3-" version ".tar.bz2"))
                      (sha256
                       (base32
-                       
"1cxwsrdzp18r5hj0ymg9fbzp1mhkj4m9h6i0b9cdg79cjbacba9k"))))
+                       
"0lz08wf4b0yprzqsmymn94kiyg885dcwmh0p64v2rnf52s165g2g"))))
            (home-page "https://github.com/Airblader/i3";)
            (synopsis "Tiling window manager with gaps")
            (description "i3-gaps is a fork of i3wm, a tiling window manager



reply via email to

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