guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: i3-gaps: Update to 4.18.


From: guix-commits
Subject: branch master updated: gnu: i3-gaps: Update to 4.18.
Date: Sun, 22 Mar 2020 17:54:36 -0400

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new d4842a7  gnu: i3-gaps: Update to 4.18.
d4842a7 is described below

commit d4842a7c478230b7c12e65d04106db1e14c98cac
Author: Alexandru-Sergiu Marton <address@hidden>
AuthorDate: Sun Mar 22 21:21:29 2020 +0200

    gnu: i3-gaps: Update to 4.18.
    
    * gnu/packages/wm.scm (i3-gaps): Update to 1.18.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 gnu/packages/wm.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 7fee167..25ec278 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -30,7 +30,7 @@
 ;;; Copyright © 2019 Evan Straw <address@hidden>
 ;;; Copyright © 2019 Brett Gilio <address@hidden>
 ;;; Copyright © 2019 Noodles! <address@hidden>
-;;; Copyright © 2019 Alexandru-Sergiu Marton <address@hidden>
+;;; Copyright © 2019, 2020 Alexandru-Sergiu Marton <address@hidden>
 ;;; Copyright © 2020 Nicolas Goaziou <address@hidden>
 ;;; Copyright © 2020 Brice Waegeneire <address@hidden>
 ;;;
@@ -338,7 +338,7 @@ many programming languages.")
 (define-public i3-gaps
   (package (inherit i3-wm)
            (name "i3-gaps")
-           (version "4.17.1")
+           (version "4.18")
            (source (origin
                      (method url-fetch)
                      (uri (string-append
@@ -346,7 +346,7 @@ many programming languages.")
                            version "/i3-" version ".tar.bz2"))
                      (sha256
                       (base32
-                       
"0gqcr6s53dk3f2y9h6cna00rnwnh4yymk96li7lbym3d84cxjzrs"))))
+                       
"0id4qm9a7kc5yawff85blmph4zbizhb6ka88aqm10wrpfsknri3j"))))
            (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]