diff options
author | Niclas Meyer <niclas@countingsort.com> | 2020-05-09 20:18:23 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-05-09 23:16:10 +0200 |
commit | ae8b1d292e2d355f6df28a1929389f5eabfc4f22 (patch) | |
tree | bdb69fb33ae5cce5cb0418a31d640a81701ca5fa /gnu/packages | |
parent | a886543672b28b71042d5b48aeb80e60c173df78 (diff) | |
download | guix-ae8b1d292e2d355f6df28a1929389f5eabfc4f22.tar.gz guix-ae8b1d292e2d355f6df28a1929389f5eabfc4f22.zip |
gnu: wlroots: Update to 0.10.1
From 44f90676568f650a38bd7e0fba079e64fe545ae6 Mon Sep 17 00:00:00 2001
From: buffet <niclas@countingsort.com>
Date: Sat, 9 May 2020 17:58:25 +0000
Subject: [PATCH 1/2] gnu: wlroots: Update to 0.10.1
Diffstat (limited to 'gnu/packages')
-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 9f64f206af..6b8e27481c 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -1313,7 +1313,7 @@ functionality to display information about the most commonly used services.") (define-public wlroots (package (name "wlroots") - (version "0.7.0") + (version "0.10.1") (source (origin (method git-fetch) @@ -1322,7 +1322,7 @@ functionality to display information about the most commonly used services.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0jzxa6psbc7ddxli7rbfqxmv1svxnis51l1vch4hb9fdixqm284a")))) + (base32 "0j2lh9vc92zhn44rjbia5aw3y1rpgfng1x1h17lcvj5m4i6vj0pc")))) (build-system meson-build-system) (arguments `(#:configure-flags '("-Dlogind-provider=elogind") |