guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: xpra: Update to 5.0.7.


From: guix-commits
Subject: 01/02: gnu: xpra: Update to 5.0.7.
Date: Sat, 9 Mar 2024 22:07:34 -0500 (EST)

iyzsong pushed a commit to branch master
in repository guix.

commit 7f1cd8847fb3c7a1c75df0a06e1fa4d298a66cbb
Author: Andy Tai <atai@atai.org>
AuthorDate: Mon Mar 4 21:46:13 2024 -0800

    gnu: xpra: Update to 5.0.7.
    
    * gnu/packages/xorg.scm (xpra): Update to 5.0.7.
    
    Change-Id: I5a1f3e6d39fb0bf7a8a1858574e34c49d57630f5
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 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 17a35d964d..ddbbdb74ba 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -6157,14 +6157,14 @@ basic eye-candy effects.")
 (define-public xpra
   (package
     (name "xpra")
-    (version "5.0.4")
+    (version "5.0.7")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.xpra.org/src/xpra-";
                            version ".tar.xz"))
        (sha256
-        (base32 "0zb49adrjrdsmf0k9xdc6j2idqy5lgzsjjrb4awjh5i4r3wc58m0"))
+        (base32 "0rkcsv0b55xbvkqi38nm01yxc09f7l9nj7xnp8v23rn6bp86m8mr"))
        (patches (search-patches "xpra-5.0-systemd-run.patch"
                                 "xpra-5.0-install_libs.patch"))))
     (build-system python-build-system)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]