me
/
guix
Archived
1
0
Fork 0

gnu: wlsunset: Update to 0.4.0.

* gnu/packages/xdisorg.scm (wlsunset): Update to 0.4.0.

Change-Id: I4638d89c29fd4da2ae9850955bb43875fb00d416
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
master
Wilko Meyer 2024-05-16 22:24:41 +02:00 committed by Zheng Junjie
parent bf6602beaf
commit f1a573067c
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 2 additions and 2 deletions

View File

@ -3617,7 +3617,7 @@ MouseKeys-acceleration management.")
(define-public wlsunset (define-public wlsunset
(package (package
(name "wlsunset") (name "wlsunset")
(version "0.3.0") (version "0.4.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -3627,7 +3627,7 @@ MouseKeys-acceleration management.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1wbz6m7p0czhyv7axg2gn0ffh1q1887khh6phvw35a2llichyrlc")))) "1n60b2qq4ihw0g2dwisrvsvbhpml4mlv42425j0r7xhlm4w93z2k"))))
(build-system meson-build-system) (build-system meson-build-system)
(inputs (inputs
(list wayland wayland-protocols)) (list wayland wayland-protocols))