[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/06: gnu: i3-wm: Update to 4.17.1.
From: |
guix-commits |
Subject: |
02/06: gnu: i3-wm: Update to 4.17.1. |
Date: |
Sun, 1 Sep 2019 12:27:26 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 5706fd79338d63d26333b2bd195a16eb2714cd70
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sun Sep 1 15:37:28 2019 +0200
gnu: i3-wm: Update to 4.17.1.
* gnu/packages/wm.scm (i3-wm): Update to 4.17.1.
---
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 c7d6334..c62ccf4 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.17")
+ (version "4.17.1")
(source (origin
(method url-fetch)
(uri (string-append "https://i3wm.org/downloads/i3-"
version ".tar.bz2"))
(sha256
(base32
- "1z8qmkkq9dhqmqy8sjw3rnpnmnb8v7lr456bs0qzp23bgpj17gjf"))))
+ "0iazv2i2rgmakzh95pgj6iapyzn7bdpcbcd35a79mhlml4ry33qy"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
- branch master updated (8cb2f0f -> 5042f33), guix-commits, 2019/09/01
- 02/06: gnu: i3-wm: Update to 4.17.1.,
guix-commits <=
- 05/06: gnu: cdemu-daemon: Update to 3.2.3., guix-commits, 2019/09/01
- 01/06: gnu: hplip: Update to 3.19.8., guix-commits, 2019/09/01
- 06/06: gnu: cdemu-client: Update to 3.2.3., guix-commits, 2019/09/01
- 03/06: gnu: vhba-module: Update to 20190831., guix-commits, 2019/09/01
- 04/06: gnu: libmirage: Update to 3.2.3., guix-commits, 2019/09/01