mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: wlsunset: Update to 0.3.0.
* gnu/packages/xdisorg.scm (wlsunset): Update to 0.3.0.
This commit is contained in:
parent
7a68780f50
commit
8b6bc4b2aa
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||||
|
|
Loading…
Reference in a new issue