mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
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 @@ (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
|
||||
|
|
Loading…
Reference in a new issue