guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: xpra: Update to 4.3.


From: guix-commits
Subject: branch master updated: gnu: xpra: Update to 4.3.
Date: Thu, 16 Dec 2021 23:25:24 -0500

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

lfam pushed a commit to branch master
in repository guix.

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

commit 3debb27e7ccdb614589adbc9b28b050c785abc01
Author: Andy Tai <atai@atai.org>
AuthorDate: Thu Dec 16 16:50:20 2021 -0800

    gnu: xpra: Update to 4.3.
    
    gnu/packages/xorg.scm (xpra): Update to 4.3.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 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 85a93de..4b9b33a 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -6270,14 +6270,14 @@ basic eye-candy effects.")
 (define-public xpra
   (package
     (name "xpra")
-    (version "4.2.2")
+    (version "4.3")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.xpra.org/src/xpra-";
                            version ".tar.gz"))
        (sha256
-        (base32 "0nky9j07zq8d5ifx568dima7a0jgs8kwhcqbg8p6gsxlgq5zdw96"))
+        (base32 "1h9fxarhp6f90fbjrpbkjbfwb86js2gbfl6asqa5hbl1aprrwaxg"))
        (patches (search-patches "xpra-4.2-systemd-run.patch"))))
     (build-system python-build-system)
     ;; see also http://xpra.org/trac/wiki/Dependencies



reply via email to

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