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:
John Kehayias 2024-02-14 15:55:53 -05:00
parent fd8acd3d34
commit 252b1bd591
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -1623,14 +1623,14 @@ (define-public nitrogen
(define-public polybar
(package
(name "polybar")
(version "3.6.3")
(version "3.7.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/polybar/polybar/releases/"
"download/" version "/polybar-" version ".tar.gz"))
(sha256
(base32 "19azx5dpfyfh0pv4q2fcrf4p7a0pc5d13m7lnv3qy8376mbmhmzj"))))
(base32 "03zz2c3ckxqbwixc2qhsnasq4j4sfia71v75li9w97d0bcwavrjx"))))
(build-system cmake-build-system)
(arguments
;; Test is disabled because it requires downloading googletest from the