gnu: wlroots: Update to 0.6.0.
* gnu/packages/wm.scm (wlroots): Update to 0.6.0. Signed-off-by: Rutger Helling <rhelling@mykolab.com>
This commit is contained in:
parent
8190e1edaf
commit
e310339fa2
|
@ -1140,7 +1140,7 @@ functionality to display information about the most commonly used services.")
|
|||
(define-public wlroots
|
||||
(package
|
||||
(name "wlroots")
|
||||
(version "0.5.0")
|
||||
(version "0.6.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1149,7 +1149,7 @@ functionality to display information about the most commonly used services.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1phiidyddzgaxy4gbqwmykxn0y8za6y5mp66l9dpd9i6fml153yq"))))
|
||||
(base32 "1rdcmll5b8w242n6yfjpsaprq280ck2jmbz46dxndhignxgda7k4"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags '("-Dlogind-provider=elogind")
|
||||
|
|
Loading…
Reference in New Issue