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

jgart pushed a commit to branch master
in repository guix.

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

commit 71694363f6cc79e44955acbd9f7ca108e658caca
Author: Andy Tai <[email protected]>
AuthorDate: Tue Jul 9 20:13:01 2024 -0700

    gnu: xpra: Update to 6.0.2.
    
    * gnu/packages/xorg.scm (xpra): update to 6.0.2.
    
    Change-Id: I71289947783fce1c60ec84e0dd5a4bbe3d077bd9
    Signed-off-by: jgart <[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 c13a1f4215..6b953ef152 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -6158,7 +6158,7 @@ basic eye-candy effects.")
 (define-public xpra
   (package
     (name "xpra")
-    (version "6.0.1")
+    (version "6.0.2")
     (source
      (origin
        (method git-fetch)
@@ -6167,7 +6167,7 @@ basic eye-candy effects.")
            (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0l92zscy1kjb0bpsdd8r2mchv2gks0krz6dj34s65c34zwa1rwg6"))
+        (base32 "176qxrksgr07jhrlny3zxybnvf091kxkfmfnv9ci3h2k1nbwqh2x"))
        (patches (search-patches "xpra-6.0-systemd-run.patch"
                                 "xpra-6.0-install_libs.patch"))))
     (build-system python-build-system)

Reply via email to