guix-commits
[Top][All Lists]
Advanced

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

08/19: gnu: i3-gaps: Update to 4.18.3.


From: guix-commits
Subject: 08/19: gnu: i3-gaps: Update to 4.18.3.
Date: Wed, 4 Nov 2020 22:00:38 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 831365c6c1205608774a5d46c8339f2c64beb717
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Nov 4 22:02:51 2020 +0100

    gnu: i3-gaps: Update to 4.18.3.
    
    * gnu/packages/wm.scm (i3-gaps): Update to 4.18.3.
---
 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 015140a..3bb7f7e 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -343,7 +343,7 @@ many programming languages.")
 (define-public i3-gaps
   (package (inherit i3-wm)
            (name "i3-gaps")
-           (version "4.18.2")
+           (version "4.18.3")
            (source (origin
                      (method url-fetch)
                      (uri (string-append
@@ -351,7 +351,7 @@ many programming languages.")
                            version "/i3-" version ".tar.bz2"))
                      (sha256
                       (base32
-                       
"0lz08wf4b0yprzqsmymn94kiyg885dcwmh0p64v2rnf52s165g2g"))))
+                       
"1hcakwyz78lgp8mhqv7pw86jlb3m415pfql1q19rkijnhm3fn3ci"))))
            (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]