mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
gnu: polybar: Update to 3.4.1.
* gnu/packages/wm.scm (polybar): Update to 3.4.1.
This commit is contained in:
parent
41ee209737
commit
3aa3ad6017
1 changed files with 2 additions and 2 deletions
|
@ -1194,14 +1194,14 @@ (define-public nitrogen
|
|||
(define-public polybar
|
||||
(package
|
||||
(name "polybar")
|
||||
(version "3.4.0")
|
||||
(version "3.4.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/polybar/polybar/releases/"
|
||||
"download/" version "/polybar-" version ".tar"))
|
||||
(sha256
|
||||
(base32 "06yd9ffak53qbhpw35xh422v2lhjh23zdbrh81cynwks5pr9i839"))))
|
||||
(base32 "1sy4xnx9rnj5z22kca8al84ivjg4mkvb9wj68pqq2y02l54gldwy"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
;; Test is disabled because it requires downloading googletest from the
|
||||
|
|
Loading…
Reference in a new issue