This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 15b16a3a59 gnu: xpra: Update to 6.4.3.
15b16a3a59 is described below

commit 15b16a3a59fd1a46ad1a29f9401f569ffc75cc99
Author: Andy Tai <[email protected]>
AuthorDate: Thu Feb 5 21:09:24 2026 -0800

    gnu: xpra: Update to 6.4.3.
    
    * gnu/packages/xorg.scm (xpra): Update to 6.4.3.
    
    Change-Id: I2ee1f31ad7ac1907e8217b523912c463e9b3b01e
    Signed-off-by: Andreas Enge <[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 61a1672eeb..4197f27ff2 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -6520,7 +6520,7 @@ basic eye-candy effects.")
 (define-public xpra
   (package
     (name "xpra")
-    (version "6.4.1")
+    (version "6.4.3")
     (source
      (origin
        (method git-fetch)
@@ -6529,7 +6529,7 @@ basic eye-candy effects.")
               (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0y6b70g16bh1pbjzmwsrrdjgnm0vgw8ff934n1y69vfb93sdfbc0"))
+        (base32 "04b12q4lf7kx8alqip0xyx1ky4irfcj17d7i9wgmwk2nxn64qs2f"))
        (patches (search-patches "xpra-6.4-systemd-run.patch"
                                 "xpra-6.4-install_libs.patch"))))
     (build-system pyproject-build-system)

Reply via email to