cbaines pushed a commit to branch master
in repository guix.
commit 8f6df4b584ee06d34c7a0e48dddab01568f6164d
Author: Andy Tai <[email protected]>
AuthorDate: Thu Apr 3 00:44:16 2025 -0700
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 <[email protected]>
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index c7c60e738f..1d83351271 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -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)