From 40a7a02e3e0ca5276824b48f2b8a85732f55958d Mon Sep 17 00:00:00 2001 From: Hilton Chain Date: Thu, 23 May 2024 11:21:29 +0800 Subject: [PATCH] rosenthal: wayland-protocols-for-hyprland: Update to 1.36. * rosenthal/packages/wm.scm (wayland-protocols-for-hyprland): Update to 1.36. --- rosenthal/packages/wm.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rosenthal/packages/wm.scm b/rosenthal/packages/wm.scm index 1cad4dd..c51aea2 100644 --- a/rosenthal/packages/wm.scm +++ b/rosenthal/packages/wm.scm @@ -108,7 +108,7 @@ command line tool called @code{udcli} that incorporates the library.") (package (inherit wayland-protocols) (name "wayland-protocols") - (version "1.34") + (version "1.36") (source (origin (method url-fetch) (uri (string-append @@ -117,7 +117,7 @@ command line tool called @code{udcli} that incorporates the library.") "wayland-protocols-" version ".tar.xz")) (sha256 (base32 - "1sxgvis0abkymc02nhx2svm60myiq3shvy759sphpxl5rp52g6y5")))))) + "14kyxywpfkgpjpkrybs28q1s2prnz30k1b4zap5a3ybrbvh4vzbi")))))) (define wlroots-for-hyprland (let ((base wlroots)