gnu: i3status: Update to 2.11.

* gnu/packages/wm.scm (i3status): Update to 2.11.
master
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
1 changed files with 2 additions and 2 deletions

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))