gnu: waybar: Update to 0.9.9.
* gnu/packages/wm.scm (waybar): Update to 0.9.9. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
This commit is contained in:
parent
6d35754102
commit
2df2d34803
1 changed files with 2 additions and 2 deletions
|
@ -1725,7 +1725,7 @@ display a clock or apply image manipulation techniques to the background image."
|
||||||
(define-public waybar
|
(define-public waybar
|
||||||
(package
|
(package
|
||||||
(name "waybar")
|
(name "waybar")
|
||||||
(version "0.9.8")
|
(version "0.9.9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1734,7 +1734,7 @@ display a clock or apply image manipulation techniques to the background image."
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "109a49f064ma5js2d7maribmfalswbmmhq2fraa7hfz5pf2jxs2w"))))
|
(base32 "0bp9ygqv3kawwxf53j1r98r0xxg81cx00jsmymmlrd8psgsd6yy9"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(inputs (list date
|
(inputs (list date
|
||||||
fmt
|
fmt
|
||||||
|
|
Reference in a new issue