gnu: xpra: Update to 5.0.7.

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

Change-Id: I5a1f3e6d39fb0bf7a8a1858574e34c49d57630f5
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Andy Tai 2024-03-04 21:46:13 -08:00 committed by 宋文武
parent 1f89e15207
commit 7f1cd8847f
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -6157,14 +6157,14 @@ (define-public xcompmgr
(define-public xpra
(package
(name "xpra")
(version "5.0.4")
(version "5.0.7")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.xpra.org/src/xpra-"
version ".tar.xz"))
(sha256
(base32 "0zb49adrjrdsmf0k9xdc6j2idqy5lgzsjjrb4awjh5i4r3wc58m0"))
(base32 "0rkcsv0b55xbvkqi38nm01yxc09f7l9nj7xnp8v23rn6bp86m8mr"))
(patches (search-patches "xpra-5.0-systemd-run.patch"
"xpra-5.0-install_libs.patch"))))
(build-system python-build-system)