gnu: polybar: Update to 3.3.1.

* gnu/packages/wm.scm (polybar): Update to 3.3.1.
master
Tobias Geerinckx-Rice 2019-04-11 03:41:03 +02:00
parent 2188eb7654
commit 4b9e4ac73d
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 3 deletions

View File

@ -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