[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/07: gnu: i3-wm: Update to 4.17.
From: |
guix-commits |
Subject: |
07/07: gnu: i3-wm: Update to 4.17. |
Date: |
Sun, 4 Aug 2019 12:02:25 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 15b5963300774bc31e20c93b221255431d83072f
Author: Marius Bakke <address@hidden>
Date: Sun Aug 4 17:39:04 2019 +0200
gnu: i3-wm: Update to 4.17.
* gnu/packages/wm.scm (i3-wm): Update to 4.17.
---
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 12c019b..c56cf40 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -173,14 +173,14 @@ commands would.")
(define-public i3-wm
(package
(name "i3-wm")
- (version "4.16.1")
+ (version "4.17")
(source (origin
(method url-fetch)
(uri (string-append "https://i3wm.org/downloads/i3-"
version ".tar.bz2"))
(sha256
(base32
- "0xl56y196vxv001gvx35xwfr25zah8m3xwizp9ycdgdc0rfc4rdb"))))
+ "1z8qmkkq9dhqmqy8sjw3rnpnmnb8v7lr456bs0qzp23bgpj17gjf"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
- branch master updated (e920037 -> 15b5963), guix-commits, 2019/08/04
- 01/07: gnu: enchant: Update to 2.2.5., guix-commits, 2019/08/04
- 02/07: gnu: exiv2: Update to 0.27.2., guix-commits, 2019/08/04
- 03/07: gnu: libevent: Update to 2.1.11., guix-commits, 2019/08/04
- 04/07: gnu: strace: Update to 5.2., guix-commits, 2019/08/04
- 05/07: gnu: samba: Update to 4.10.6., guix-commits, 2019/08/04
- 07/07: gnu: i3-wm: Update to 4.17.,
guix-commits <=
- 06/07: gnu: i3status: Update to 2.13., guix-commits, 2019/08/04