This is an automated email from the git hooks/post-receive script.
lbraun pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new ab6d56d01d Revert "gnu: xpra: Update to 4.3."
ab6d56d01d is described below
commit ab6d56d01d62757caa66fe0a23e8864c9122f0e6
Author: Lars-Dominik Braun <[email protected]>
AuthorDate: Mon Jan 3 09:10:09 2022 +0100
Revert "gnu: xpra: Update to 4.3."
This reverts commit 3debb27e7ccdb614589adbc9b28b050c785abc01.
The upgrade to 4.3 is not trivial and requires changes to the build
process.
---
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 9ebad82351..f341ccce8c 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -6315,14 +6315,14 @@ basic eye-candy effects.")
(define-public xpra
(package
(name "xpra")
- (version "4.3")
+ (version "4.2.2")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.xpra.org/src/xpra-"
version ".tar.gz"))
(sha256
- (base32 "1h9fxarhp6f90fbjrpbkjbfwb86js2gbfl6asqa5hbl1aprrwaxg"))
+ (base32 "0nky9j07zq8d5ifx568dima7a0jgs8kwhcqbg8p6gsxlgq5zdw96"))
(patches (search-patches "xpra-4.2-systemd-run.patch"))))
(build-system python-build-system)
;; see also http://xpra.org/trac/wiki/Dependencies