gnu: polybar: Update to 3.5.5.
* gnu/packages/wm.scm (polybar): Update to 3.5.5.
This commit is contained in:
parent
8dba81e68c
commit
7a4dcb4c0c
1 changed files with 2 additions and 2 deletions
|
@ -1343,14 +1343,14 @@ its size
|
||||||
(define-public polybar
|
(define-public polybar
|
||||||
(package
|
(package
|
||||||
(name "polybar")
|
(name "polybar")
|
||||||
(version "3.5.4")
|
(version "3.5.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/polybar/polybar/releases/"
|
(uri (string-append "https://github.com/polybar/polybar/releases/"
|
||||||
"download/" version "/polybar-" version ".tar.gz"))
|
"download/" version "/polybar-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0awwjp3l0y9yhmrl914710ipawp2xr43jxrvmnanahlznblg8fhk"))))
|
(base32 "1c8br9972x1qw7l2shj9aqzv0gsx58fdh3r0f1z5i1bqdwxmsqky"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; Test is disabled because it requires downloading googletest from the
|
;; Test is disabled because it requires downloading googletest from the
|
||||||
|
|
Reference in a new issue