3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: i3-wm: Update to 4.15.

* gnu/packages/wm.scm (i3-wm): Update to 4.15.
This commit is contained in:
Marius Bakke 2018-03-12 12:42:29 +01:00
parent 06229f184f
commit 1a5459ca23
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -175,14 +175,14 @@ commands would.")
(define-public i3-wm
(package
(name "i3-wm")
(version "4.14.1")
(version "4.15")
(source (origin
(method url-fetch)
(uri (string-append "https://i3wm.org/downloads/i3-"
version ".tar.bz2"))
(sha256
(base32
"1cazmfbbx6n8c81h6x6pdayq3mxs2ml3adz165z8vapkc72kl1nh"))))
"09jk70hsdxab24lqvj2f30ijrkbv3f6q9xi5dcsax1dw3x6m4z91"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags