gnu: polybar: Update to 3.4.3.

* gnu/packages/wm.scm (polybar): Update to 3.4.3.
This commit is contained in:
Tobias Geerinckx-Rice 2020-05-22 01:44:00 +02:00
parent 9fdf982b41
commit 99f80e5ccd
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -1268,14 +1268,14 @@ its size
(define-public polybar
(package
(name "polybar")
(version "3.4.2")
(version "3.4.3")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/polybar/polybar/releases/"
"download/" version "/polybar-" version ".tar"))
(sha256
(base32 "0fmnviz4b01aw50nkv4yibm8ykc5ff860ynw3xb1ymlsjrvwj8jd"))))
(base32 "0bw22qvbcdvyd0qv3ax48r34rnclbbb6dyb8h8zljq1r3lf15vfl"))))
(build-system cmake-build-system)
(arguments
;; Test is disabled because it requires downloading googletest from the