gnu: polybar: Update to 3.7.1.
* gnu/packages/wm.scm (polybar): Update to 3.7.1. Change-Id: I4d187f454b5d1177ae0ee1e2f140b3cd45013227
This commit is contained in:
parent
fd8acd3d34
commit
252b1bd591
1 changed files with 2 additions and 2 deletions
|
@ -1623,14 +1623,14 @@ its size
|
||||||
(define-public polybar
|
(define-public polybar
|
||||||
(package
|
(package
|
||||||
(name "polybar")
|
(name "polybar")
|
||||||
(version "3.6.3")
|
(version "3.7.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.gz"))
|
"download/" version "/polybar-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "19azx5dpfyfh0pv4q2fcrf4p7a0pc5d13m7lnv3qy8376mbmhmzj"))))
|
(base32 "03zz2c3ckxqbwixc2qhsnasq4j4sfia71v75li9w97d0bcwavrjx"))))
|
||||||
(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