gnu: wlsunset: Update to 0.3.0.

* gnu/packages/xdisorg.scm (wlsunset): Update to 0.3.0.
This commit is contained in:
jgart 2023-06-18 02:00:26 -05:00
parent 7a68780f50
commit 8b6bc4b2aa
No known key found for this signature in database
GPG key ID: A52AA2B477B6DD35

View file

@ -3380,7 +3380,7 @@ (define-public xkbset
(define-public wlsunset (define-public wlsunset
(package (package
(name "wlsunset") (name "wlsunset")
(version "0.2.0") (version "0.3.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -3390,7 +3390,7 @@ (define-public wlsunset
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0hhsddh3rs066rbsjksr8kcwg8lvglbvs67dq0r5wx5c1xcwb51w")))) "1wbz6m7p0czhyv7axg2gn0ffh1q1887khh6phvw35a2llichyrlc"))))
(build-system meson-build-system) (build-system meson-build-system)
(inputs (inputs
(list wayland wayland-protocols)) (list wayland wayland-protocols))