diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2022-01-03 09:10:09 +0100 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2022-01-03 09:15:58 +0100 |
commit | ab6d56d01d62757caa66fe0a23e8864c9122f0e6 (patch) | |
tree | d9da7306adbe22eeb7055ec89be241a5617cb86d /gnu/packages/xorg.scm | |
parent | 8189ce17051918cf90d5bc84d9d2660a31964b16 (diff) | |
download | guix-ab6d56d01d62757caa66fe0a23e8864c9122f0e6.tar.gz |
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.
Diffstat (limited to 'gnu/packages/xorg.scm')
-rw-r--r-- | gnu/packages/xorg.scm | 4 |
1 files 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 |