gnu: polybar: Update to 3.5.7.
* gnu/packages/wm.scm (polybar): Update to 3.5.7.
This commit is contained in:
parent
8e6989fcaf
commit
02fcabe230
1 changed files with 2 additions and 2 deletions
|
@ -1429,14 +1429,14 @@ its size
|
||||||
(define-public polybar
|
(define-public polybar
|
||||||
(package
|
(package
|
||||||
(name "polybar")
|
(name "polybar")
|
||||||
(version "3.5.5")
|
(version "3.5.7")
|
||||||
(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 "1c8br9972x1qw7l2shj9aqzv0gsx58fdh3r0f1z5i1bqdwxmsqky"))))
|
(base32 "1nr386jdlm8qkbdf23w7lyvbfhr362s90f957fawnyi1finhw8bk"))))
|
||||||
(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