gnu: xpra: Update to 6.3.1.

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

Change-Id: Ief95dbec2eb62491e2277af410d079640e4b26f0
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Andy Tai 2025-06-23 07:20:24 -07:00 committed by Andreas Enge
parent 01e577e7a0
commit 0fbb9e7672
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -6258,7 +6258,7 @@ basic eye-candy effects.")
(define-public xpra
(package
(name "xpra")
(version "6.2.5")
(version "6.3.1")
(source
(origin
(method git-fetch)
@ -6267,7 +6267,7 @@ basic eye-candy effects.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0lzyhbhqqcp6z0dswprzp13wrnvyfclkh7ddhblvhi422mk0v3sx"))
(base32 "1ilb6sii5xjqnjj2c84vhixw8cnsxb3nr63miv31x1pimy6wn0hw"))
(patches (search-patches "xpra-6.0-systemd-run.patch"
"xpra-6.1-install_libs.patch"))))
(build-system python-build-system)