From 6e2dd51df5f3f51e9056dd4f2e1b036195ab3caa Mon Sep 17 00:00:00 2001 From: Andy Tai Date: Tue, 28 Nov 2023 22:55:56 +0000 Subject: [PATCH] gnu: xpra: Update to 5.0.4. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/xorg.scm (xpra): Update to 5.0.4 Change-Id: Id995cd3176628ff2034ccce139b01786b54dc91d Signed-off-by: Ludovic Courtès --- gnu/packages/xorg.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 87c64080a4..4efde55ba8 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -6109,14 +6109,14 @@ (define-public xcompmgr (define-public xpra (package (name "xpra") - (version "5.0.3") + (version "5.0.4") (source (origin (method url-fetch) (uri (string-append "https://www.xpra.org/src/xpra-" version ".tar.xz")) (sha256 - (base32 "03vpihkinidyv6257683av8288vm0hmg767yf188jkkdxl4cv4gs")) + (base32 "0zb49adrjrdsmf0k9xdc6j2idqy5lgzsjjrb4awjh5i4r3wc58m0")) (patches (search-patches "xpra-5.0-systemd-run.patch" "xpra-5.0-install_libs.patch")))) (build-system python-build-system)