diff options
author | Leo Famulari <leo@famulari.name> | 2017-09-04 11:19:07 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-09-04 11:19:27 -0400 |
commit | 4b1dd9ab3130d8e0f2398564a4e3667d8a3238a2 (patch) | |
tree | 5ff22f6b488ca6e790df3e6da7a65edb9422b6eb /gnu/packages/wm.scm | |
parent | 6cdb0f4d12dfd0c458655958862c8396bb6397d9 (diff) | |
download | patches-4b1dd9ab3130d8e0f2398564a4e3667d8a3238a2.tar patches-4b1dd9ab3130d8e0f2398564a4e3667d8a3238a2.tar.gz |
gnu: i3-wm: Update to 4.14.
* gnu/packages/wm.scm (i3-wm): Update to 4.14.
Diffstat (limited to 'gnu/packages/wm.scm')
-rw-r--r-- | gnu/packages/wm.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 5ba29c3b3d..ea35a2873d 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -168,14 +168,14 @@ commands would.") (define-public i3-wm (package (name "i3-wm") - (version "4.13") + (version "4.14") (source (origin (method url-fetch) (uri (string-append "https://i3wm.org/downloads/i3-" version ".tar.bz2")) (sha256 (base32 - "12ngz32swh9n85xy0cz1lq16aqi9ys5hq19v589q9a97wn1k3hcl")))) + "1mm5jazwv4dz3k8vl1lfrcw86agpws5k9lmav1ly51qvmzivsfmf")))) (build-system gnu-build-system) (arguments `(#:make-flags |