mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -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
|
(define-public polybar
|
||||||
(package
|
(package
|
||||||
(name "polybar")
|
(name "polybar")
|
||||||
(version "3.4.0")
|
(version "3.4.1")
|
||||||
(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"))
|
"download/" version "/polybar-" version ".tar"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "06yd9ffak53qbhpw35xh422v2lhjh23zdbrh81cynwks5pr9i839"))))
|
(base32 "1sy4xnx9rnj5z22kca8al84ivjg4mkvb9wj68pqq2y02l54gldwy"))))
|
||||||
(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
|
||||||
|
|
Loading…
Reference in a new issue