guix-commits
[Top][All Lists]
Advanced

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

09/09: gnu: xpra: Update to 5.0.4.


From: guix-commits
Subject: 09/09: gnu: xpra: Update to 5.0.4.
Date: Sun, 3 Dec 2023 17:58:43 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 6e2dd51df5f3f51e9056dd4f2e1b036195ab3caa
Author: Andy Tai <atai@atai.org>
AuthorDate: Tue Nov 28 22:55:56 2023 +0000

    gnu: xpra: Update to 5.0.4.
    
    * gnu/packages/xorg.scm (xpra): Update to 5.0.4
    
    Change-Id: Id995cd3176628ff2034ccce139b01786b54dc91d
    Signed-off-by: Ludovic Courtès <ludo@gnu.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 87c64080a4..4efde55ba8 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -6109,14 +6109,14 @@ basic eye-candy effects.")
 (define-public xpra
   (package
     (name "xpra")
-    (version "5.0.3")
+    (version "5.0.4")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.xpra.org/src/xpra-";
                            version ".tar.xz"))
        (sha256
-        (base32 "03vpihkinidyv6257683av8288vm0hmg767yf188jkkdxl4cv4gs"))
+        (base32 "0zb49adrjrdsmf0k9xdc6j2idqy5lgzsjjrb4awjh5i4r3wc58m0"))
        (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]