From f47d3570bc969c3deaafee0a5857df01fdd205b3 Mon Sep 17 00:00:00 2001 From: Andy Tai Date: Wed, 11 Oct 2023 11:47:42 -0700 Subject: gnu: xpra: Update to 5.0.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/xorg.scm (xpra): Update to 5.0.3 Signed-off-by: Ludovic Courtès --- gnu/packages/xorg.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/xorg.scm') diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 4b3c96794d..ffd8939a8d 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -6128,14 +6128,14 @@ basic eye-candy effects.") (define-public xpra (package (name "xpra") - (version "5.0.2") + (version "5.0.3") (source (origin (method url-fetch) (uri (string-append "https://www.xpra.org/src/xpra-" version ".tar.xz")) (sha256 - (base32 "0gxv0h1spg2jl3g9cc6qxxkq6a7prmb92dqqwk0s6pvrj8w3izlk")) + (base32 "03vpihkinidyv6257683av8288vm0hmg767yf188jkkdxl4cv4gs")) (patches (search-patches "xpra-5.0-systemd-run.patch" "xpra-5.0-install_libs.patch")))) (build-system python-build-system) -- cgit v1.2.3