From 8fc703dc0488b13d3d3043fb47b3c0d9ed1e73a1 Mon Sep 17 00:00:00 2001 From: Hilton Chain Date: Wed, 7 Dec 2022 15:54:42 +0800 Subject: [PATCH] rosenthal: wayland-protocols-1.30: Update to 1.31. * rosenthal/packages/freedesktop.scm (wayland-protocols-1.30): Update to 1.31. --- rosenthal/packages/freedesktop.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rosenthal/packages/freedesktop.scm b/rosenthal/packages/freedesktop.scm index 7a79ac6..f21ccb9 100644 --- a/rosenthal/packages/freedesktop.scm +++ b/rosenthal/packages/freedesktop.scm @@ -35,7 +35,7 @@ (package (inherit base) (name "wayland-protocols") - (version "1.30") + (version "1.31") (source (origin (method url-fetch) (uri (string-append @@ -44,7 +44,7 @@ "wayland-protocols-" version ".tar.xz")) (sha256 (base32 - "0q5w66472j548pdabnycn9byjsjy477qfzkd6yq80azxcpxrh51w")))) + "0f72359fzvh6jzri4fd79m34rwm2r55p2ryq4306wrw7xliafzx0")))) (native-inputs (modify-inputs (package-native-inputs base) (replace "wayland" wayland-1.21.0)))