1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-30 14:01:15 +02:00

gnu: xpra: Update to 6.2.5.

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

Change-Id: I0309aae6bccefa8d85c3c04bd164d17ddcdde7bd
Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Andy Tai
2025-04-03 00:44:16 -07:00
committed by Christopher Baines
parent 50da3ad224
commit 8f6df4b584

View File

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