me
/
guix
Archived
1
0
Fork 0

gnu: waybar: Update to 0.10.2.

* gnu/packages/wm.scm (waybar): Update to 0.10.2.
0.10.1 changelog: https://github.com/Alexays/Waybar/releases/tag/0.10.1.
0.10.2 changelog: https://github.com/Alexays/Waybar/releases/tag/0.10.2.
The meson build has been stable for these two releases, no new/removed
dependencies.

Change-Id: I2359a2111a35041860172232722e6d91a1ff35e7
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
master
Picnoir 2024-05-03 10:39:08 +02:00 committed by Nicolas Goaziou
parent 1cb70ce152
commit fa6716e080
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -2212,7 +2212,7 @@ compository, supporting the following featuers:
(define-public waybar
(package
(name "waybar")
(version "0.10.0")
(version "0.10.2")
(source
(origin
(method git-fetch)
@ -2221,7 +2221,7 @@ compository, supporting the following featuers:
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "00a8npilvcvicn9mff00i5rdzdll0zrmq0y8wgr314gnljn52md7"))))
(base32 "0h8anmzhbimgdjnbg79al32d5acbfyrh3sf8wcsbx1296qpd6af6"))))
(build-system meson-build-system)
(arguments
(list #:configure-flags #~(list "--wrap-mode=nodownload")))