gnu: xpra: Update to 5.0.3

* gnu/packages/xorg.scm (xpra): Update to 5.0.3

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Andy Tai 2023-10-11 11:47:42 -07:00 committed by Ludovic Courtès
parent a4c838ca1e
commit f47d3570bc
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -6128,14 +6128,14 @@ (define-public xcompmgr
(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)