guix_mirror_bot pushed a commit to branch next-master
in repository guix.

commit c4995713696163838d007765680da24f7a544f03
Author: Andy Tai <[email protected]>
AuthorDate: Sat Dec 13 21:50:07 2025 -0800

    gnu: xpra-5: Update to 5.1.4.
    
    * gnu/packages/xorg.scm (xpra-5): Update to 5.1.4.
    
    Change-Id: I3320834a0d9a378dd89fa69d51009afcacd4354f
    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 b05d3ed3ad..5b1fae79bd 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -6657,7 +6657,7 @@ X11 servers, Windows, or macOS.")
   (package
     (inherit xpra)
     (name "xpra")
-    (version "5.1.3")
+    (version "5.1.4")
     (source
      (origin
        (method git-fetch)
@@ -6666,7 +6666,7 @@ X11 servers, Windows, or macOS.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1046dqfh97l586gzbvcd1vb515na35147jm55i50kc9zkssfmygc"))
+        (base32 "1hb6pjixs85laarypkx6dvb8n9qyahy8v251f71h7qll9l2w8ak0"))
        (patches (search-patches "xpra-5.0-systemd-run.patch"
                                 "xpra-5.0-install_libs.patch"))))))
 

Reply via email to