diff options
author | Alexandru-Sergiu Marton <[email protected]> | 2020-03-22 21:21:29 +0200 |
---|---|---|
committer | Leo Famulari <[email protected]> | 2020-03-22 17:21:33 -0400 |
commit | d4842a7c478230b7c12e65d04106db1e14c98cac (patch) | |
tree | 424337c4a2847715082a31bdddcec9d9a0f7014b | |
parent | 268efd97c255d75ac488c163ff1b8c66c6bcb2b6 (diff) |
gnu: i3-gaps: Update to 4.18.
* gnu/packages/wm.scm (i3-gaps): Update to 1.18.
Signed-off-by: Leo Famulari <[email protected]>
-rw-r--r-- | gnu/packages/wm.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 7fee167185..25ec278e2c 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -30,7 +30,7 @@ ;;; Copyright © 2019 Evan Straw <[email protected]> ;;; Copyright © 2019 Brett Gilio <[email protected]> ;;; Copyright © 2019 Noodles! <[email protected]> -;;; Copyright © 2019 Alexandru-Sergiu Marton <[email protected]> +;;; Copyright © 2019, 2020 Alexandru-Sergiu Marton <[email protected]> ;;; Copyright © 2020 Nicolas Goaziou <[email protected]> ;;; Copyright © 2020 Brice Waegeneire <[email protected]> ;;; @@ -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 |