diff options
author | Stefan Stefanović <stefanx2ovic@gmail.com> | 2019-06-03 18:19:07 +0200 |
---|---|---|
committer | Rutger Helling <rhelling@mykolab.com> | 2019-06-07 09:45:45 +0200 |
commit | e310339fa29c24eaafd8db3c9b8a9ee16c030668 (patch) | |
tree | 4da6200007a90dbd0db12b9c2457c321250caa3c | |
parent | 8190e1edafac77606026f414a5951bde759bd26e (diff) | |
download | guix-e310339fa29c24eaafd8db3c9b8a9ee16c030668.tar guix-e310339fa29c24eaafd8db3c9b8a9ee16c030668.tar.gz |
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>
-rw-r--r-- | gnu/packages/wm.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 01c30c8198..cc953f2db2 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -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") |