gnu: polybar: Update to 3.3.1.
* gnu/packages/wm.scm (polybar): Update to 3.3.1.
This commit is contained in:
parent
2188eb7654
commit
4b9e4ac73d
|
@ -1048,14 +1048,14 @@ its size
|
|||
(define-public polybar
|
||||
(package
|
||||
(name "polybar")
|
||||
(version "3.3.0")
|
||||
(version "3.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/jaagr/polybar/releases/"
|
||||
"download/" version "/polybar.tar"))
|
||||
"download/" version "/polybar-" version ".tar"))
|
||||
(sha256
|
||||
(base32 "0sjh3xmf11g09spi88zj7xsc3a3vv78kixab6n5i7436py7xwzb4"))
|
||||
(base32 "0758na059vpgnsrcdrxmh9wsahs80wnmizb9g7bmixlrkxr2m65h"))
|
||||
(file-name (string-append name "-" version ".tar"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in New Issue