~ruther/guix-local

50f6644269133bda2bb9e5a835270258b67c7f02 — Ashish SHUKLA 7 months ago efe511f
gnu: sway: Update to 1.11.

* gnu/packages/wm.scm (sway): Update to 1.11.
[input]: Remove wlroots-0.18. Add wlroots.

Change-Id: I8269139678f5b16f5bde3cfddafd78ace8d020a5
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/wm.scm
M gnu/packages/wm.scm => gnu/packages/wm.scm +3 -3
@@ 2431,7 2431,7 @@ narrow the items to those matching the tokens in the input.")
(define-public sway
  (package
    (name "sway")
    (version "1.10.1")
    (version "1.11")
    (source
     (origin
       (method git-fetch)


@@ 2440,7 2440,7 @@ narrow the items to those matching the tokens in the input.")
             (commit version)))
       (file-name (git-file-name name version))
       (sha256
        (base32 "175px3446mkm8015dhs1c4ia4a275hyfpvr6jnyghnx1rf9m06xq"))))
        (base32 "1a7f7jgf87dm4hxg9nylqsyy7cc7dk49c800pjkl30p9a32xxjn4"))))
    (build-system meson-build-system)
    (arguments
     (list


@@ 2468,7 2468,7 @@ narrow the items to those matching the tokens in the input.")
                  pcre2
                  swaybg
                  wayland
                  wlroots-0.18))
                  wlroots))
    (native-inputs
     (cons* linux-pam mesa pkg-config scdoc wayland-protocols
            (if (%current-target-system)