gnu: wlroots: Update to 0.7.0.

* gnu/packages/wm.scm (wlroots): Update to 0.7.0.
master
Rutger Helling 2019-08-30 11:41:48 +02:00
parent 5796215a73
commit 06947252d3
No known key found for this signature in database
GPG Key ID: F3A727DB44FCCA36
1 changed files with 2 additions and 2 deletions

View File

@ -1143,7 +1143,7 @@ functionality to display information about the most commonly used services.")
(define-public wlroots
(package
(name "wlroots")
(version "0.6.0")
(version "0.7.0")
(source
(origin
(method git-fetch)
@ -1152,7 +1152,7 @@ functionality to display information about the most commonly used services.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1rdcmll5b8w242n6yfjpsaprq280ck2jmbz46dxndhignxgda7k4"))))
(base32 "0jzxa6psbc7ddxli7rbfqxmv1svxnis51l1vch4hb9fdixqm284a"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags '("-Dlogind-provider=elogind")