diff options
author | Tanguy Le Carrour <tanguy@bioneland.org> | 2021-01-01 18:28:15 +0100 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2021-01-01 16:45:55 -0500 |
commit | 05c37c53c7308732f4f43d894195a0c296db4439 (patch) | |
tree | 527bb77f3aa34ac44135d2ca28d3026ef7e23d0e /gnu | |
parent | 6908552b32208907b10947aa30794b859af01a3c (diff) |
gnu: polybar: Update to 3.5.3.
* gnu/packages/wm.scm (polybar): Update to 3.5.3.
[source]: Update URI.
Signed-off-by: Leo Famulari <leo@famulari.name>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/wm.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index cbcebd7129..fbbb975a58 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -1301,14 +1301,14 @@ its size (define-public polybar (package (name "polybar") - (version "3.4.3") + (version "3.5.3") (source (origin (method url-fetch) (uri (string-append "https://github.com/polybar/polybar/releases/" - "download/" version "/polybar-" version ".tar")) + "download/" version "/polybar-" version ".tar.gz")) (sha256 - (base32 "0bw22qvbcdvyd0qv3ax48r34rnclbbb6dyb8h8zljq1r3lf15vfl")))) + (base32 "1016g4b981c4hl2pr0m09b4wy0ln1zf3mfp09wrxs73zgfdbngyj")))) (build-system cmake-build-system) (arguments ;; Test is disabled because it requires downloading googletest from the |