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