gnu: polybar: Update to 3.5.5.

* gnu/packages/wm.scm (polybar): Update to 3.5.5.
This commit is contained in:
Tobias Geerinckx-Rice 2021-03-06 18:42:19 +01:00
parent 8dba81e68c
commit 7a4dcb4c0c
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1343,14 +1343,14 @@ (define-public nitrogen
(define-public polybar
(package
(name "polybar")
(version "3.5.4")
(version "3.5.5")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/polybar/polybar/releases/"
"download/" version "/polybar-" version ".tar.gz"))
(sha256
(base32 "0awwjp3l0y9yhmrl914710ipawp2xr43jxrvmnanahlznblg8fhk"))))
(base32 "1c8br9972x1qw7l2shj9aqzv0gsx58fdh3r0f1z5i1bqdwxmsqky"))))
(build-system cmake-build-system)
(arguments
;; Test is disabled because it requires downloading googletest from the