gnu: xpra: Update to 5.0.4.

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

Change-Id: Id995cd3176628ff2034ccce139b01786b54dc91d
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Andy Tai 2023-11-28 22:55:56 +00:00 committed by Ludovic Courtès
parent 4d934786c0
commit 6e2dd51df5
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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)