gnu: polybar: Update to 3.5.3.

* gnu/packages/wm.scm (polybar): Update to 3.5.3.
[source]: Update URI.

Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
Tanguy Le Carrour 2021-01-01 18:28:15 +01:00 committed by Leo Famulari
parent 6908552b32
commit 05c37c53c7
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

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