mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
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>
This commit is contained in:
parent
bf6602beaf
commit
f1a573067c
1 changed files with 2 additions and 2 deletions
|
@ -3617,7 +3617,7 @@ (define-public xkbset
|
|||
(define-public wlsunset
|
||||
(package
|
||||
(name "wlsunset")
|
||||
(version "0.3.0")
|
||||
(version "0.4.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -3627,7 +3627,7 @@ (define-public wlsunset
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1wbz6m7p0czhyv7axg2gn0ffh1q1887khh6phvw35a2llichyrlc"))))
|
||||
"1n60b2qq4ihw0g2dwisrvsvbhpml4mlv42425j0r7xhlm4w93z2k"))))
|
||||
(build-system meson-build-system)
|
||||
(inputs
|
||||
(list wayland wayland-protocols))
|
||||
|
|
Loading…
Reference in a new issue