gnu: waybar: Update to 0.9.13.
* gnu/packages/wm.scm (waybar): Update to 0.9.13. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>master
parent
839950c4a9
commit
f77a0e7838
|
@ -1729,7 +1729,7 @@ display a clock or apply image manipulation techniques to the background image."
|
|||
(define-public waybar
|
||||
(package
|
||||
(name "waybar")
|
||||
(version "0.9.9")
|
||||
(version "0.9.13")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1738,7 +1738,7 @@ display a clock or apply image manipulation techniques to the background image."
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0bp9ygqv3kawwxf53j1r98r0xxg81cx00jsmymmlrd8psgsd6yy9"))))
|
||||
(base32 "15fy21cipih80amv78g7g4k2gylf107phbv0fjacn3w3n0i3cf2k"))))
|
||||
(build-system meson-build-system)
|
||||
(inputs (list date
|
||||
fmt
|
||||
|
|
Reference in New Issue