guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 1e877505e57ae396d8e700aa8d42f01395f61664
Author: Andy Tai <[email protected]>
AuthorDate: Sun Jul 12 12:25:24 2026 -0700
gnu: xpra-5: Update to 5.1.6.
* gnu/packages/xorg.scm (xpra-5): Update to 5.1.6.
Merges: https://codeberg.org/guix/guix/pulls/9890
Signed-off-by: Nguyễn Gia Phong <[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 b24d63516d..b9f67128c2 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5966,7 +5966,7 @@ X11 servers, Windows, or macOS.")
(package
(inherit xpra)
(name "xpra")
- (version "5.1.5")
+ (version "5.1.6")
(source
(origin
(method git-fetch)
@@ -5975,7 +5975,7 @@ X11 servers, Windows, or macOS.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0pxg47h31ixg3jg6d985sfgf7zi3fs5in89750wqai0yc9j0h066"))
+ (base32 "144ihyjmnyk0gznly3hwcxrrjs14pixjcbh8l0rjvq1pnqcvkvrh"))
(patches (search-patches "xpra-5.0-systemd-run.patch"
"xpra-5.0-install_libs.patch"))))))