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

gnu: i3status: Update to 2.11.

* gnu/packages/wm.scm (i3status): Update to 2.11.
This commit is contained in:
Marius Bakke 2017-02-12 21:05:21 +01:00
parent b76c94e639
commit 358dae1625
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -124,14 +124,14 @@ the leaves of a full binary tree.")
(define-public i3status
(package
(name "i3status")
(version "2.10")
(version "2.11")
(source (origin
(method url-fetch)
(uri (string-append "https://i3wm.org/i3status/i3status-"
version ".tar.bz2"))
(sha256
(base32
"1497dsvb32z9xljmxz95dnyvsbayn188ilm3l4ys8m5h25vd1xfs"))))
"0pwcy599fw8by1a1sf91crkqba7679qhvhbacpmhis8c1xrpxnwq"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags (list "CC=gcc" (string-append "PREFIX=" %output))