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 140b6abef4 gnu: xpra: Update to 6.3.4.
140b6abef4 is described below

commit 140b6abef4bdbbd33a58670b44d0104eb62eeca2
Author: Andy Tai <[email protected]>
AuthorDate: Tue Oct 21 21:42:47 2025 -0700

    gnu: xpra: Update to 6.3.4.
    
    * gnu/packages/xorg.scm (xpra): Update to 6.3.4.
    
    Change-Id: Idc6a2a24e1daa0d76f1aae282eb7283322d66030
    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 caceaf8dcf..b3162b492e 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -6564,7 +6564,7 @@ basic eye-candy effects.")
 (define-public xpra
   (package
     (name "xpra")
-    (version "6.3.3")
+    (version "6.3.4")
     (source
      (origin
        (method git-fetch)
@@ -6573,7 +6573,7 @@ basic eye-candy effects.")
            (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0br6fmc8gm5d86zb7s4nqkvljahn1mx9d3bbqahshjyhizl84kw6"))
+        (base32 "0zzjx60qk6ps5h9ykwlwsj69vnxsjmk0zn01my6mr117xpajq7sv"))
        (patches (search-patches "xpra-6.0-systemd-run.patch"
                                 "xpra-6.1-install_libs.patch"))))
     (build-system python-build-system)

Reply via email to