[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: i3-gaps: Update to 4.18.1.
From: |
guix-commits |
Subject: |
branch master updated: gnu: i3-gaps: Update to 4.18.1. |
Date: |
Fri, 24 Jul 2020 18:42:40 -0400 |
This is an automated email from the git hooks/post-receive script.
brettgilio pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new cae4798 gnu: i3-gaps: Update to 4.18.1.
cae4798 is described below
commit cae4798e8473145e8de9e9d333c9054a0a4b8764
Author: Alexandru-Sergiu Marton <brown121407@posteo.ro>
AuthorDate: Fri Jul 24 10:45:16 2020 +0300
gnu: i3-gaps: Update to 4.18.1.
* gnu/packages/wm.scm (i3-gaps): Update to 4.18.1.
Signed-off-by: Brett Gilio <brettg@gnu.org>
---
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 2849873..a087457 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")
+ (version "4.18.1")
(source (origin
(method url-fetch)
(uri (string-append
@@ -348,7 +348,7 @@ many programming languages.")
version "/i3-" version ".tar.bz2"))
(sha256
(base32
-
"0id4qm9a7kc5yawff85blmph4zbizhb6ka88aqm10wrpfsknri3j"))))
+
"1cxwsrdzp18r5hj0ymg9fbzp1mhkj4m9h6i0b9cdg79cjbacba9k"))))
(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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: i3-gaps: Update to 4.18.1.,
guix-commits <=