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 @@ (define-public nitrogen
|
|||
(define-public polybar
|
||||
(package
|
||||
(name "polybar")
|
||||
(version "3.5.5")
|
||||
(version "3.5.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/polybar/polybar/releases/"
|
||||
"download/" version "/polybar-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1c8br9972x1qw7l2shj9aqzv0gsx58fdh3r0f1z5i1bqdwxmsqky"))))
|
||||
(base32 "1nr386jdlm8qkbdf23w7lyvbfhr362s90f957fawnyi1finhw8bk"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
;; Test is disabled because it requires downloading googletest from the
|
||||
|
|
Loading…
Reference in a new issue