gnu: polybar: Update to 3.4.1.

* gnu/packages/wm.scm (polybar): Update to 3.4.1.
This commit is contained in:
Tobias Geerinckx-Rice 2019-11-08 12:37:47 +01:00
parent 41ee209737
commit 3aa3ad6017
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -1194,14 +1194,14 @@ (define-public nitrogen
(define-public polybar
(package
(name "polybar")
(version "3.4.0")
(version "3.4.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/polybar/polybar/releases/"
"download/" version "/polybar-" version ".tar"))
(sha256
(base32 "06yd9ffak53qbhpw35xh422v2lhjh23zdbrh81cynwks5pr9i839"))))
(base32 "1sy4xnx9rnj5z22kca8al84ivjg4mkvb9wj68pqq2y02l54gldwy"))))
(build-system cmake-build-system)
(arguments
;; Test is disabled because it requires downloading googletest from the