diff options
author | [email protected] <[email protected]> | 2019-10-14 10:10:27 +0200 |
---|---|---|
committer | Efraim Flashner <[email protected]> | 2019-10-15 21:19:51 +0300 |
commit | d5329de9ac776087153025b0f407d406a86970b3 (patch) | |
tree | 1391b6a4b80f01f3e6009b9e852482841cf2e643 /gnu | |
parent | ef0c265438149691d980ce17f0c5aaea5e8f6b77 (diff) |
gnu: polybar: Update to 3.4.0.
* gnu/packages/wm.scm (polybar): Update to 3.4.0.
Signed-off-by: Efraim Flashner <[email protected]>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/wm.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 6cecc06130..7a68c5c335 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -23,6 +23,7 @@ ;;; Copyright © 2019 Gábor Boskovits <[email protected]> ;;; Copyright © 2019 Kyle Andrews <[email protected]> ;;; Copyright © 2019 Ingo Ruhnke <[email protected]> +;;; Copyright © 2019 Tanguy Le Carrour <[email protected]> ;;; ;;; This file is part of GNU Guix. ;;; @@ -1194,14 +1195,14 @@ its size (define-public polybar (package (name "polybar") - (version "3.3.1") + (version "3.4.0") (source (origin (method url-fetch) (uri (string-append "https://github.com/jaagr/polybar/releases/" "download/" version "/polybar-" version ".tar")) (sha256 - (base32 "0758na059vpgnsrcdrxmh9wsahs80wnmizb9g7bmixlrkxr2m65h")) + (base32 "06yd9ffak53qbhpw35xh422v2lhjh23zdbrh81cynwks5pr9i839")) (file-name (string-append name "-" version ".tar")))) (build-system cmake-build-system) (arguments |