me
/
guix
Archived
1
0
Fork 0

gnu: xpra: Update to 4.3.

gnu/packages/xorg.scm (xpra): Update to 4.3.

Signed-off-by: Leo Famulari <leo@famulari.name>
master
Andy Tai 2021-12-16 16:50:20 -08:00 committed by Leo Famulari
parent b2ae164b21
commit 3debb27e7c
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -6270,14 +6270,14 @@ basic eye-candy effects.")
(define-public xpra (define-public xpra
(package (package
(name "xpra") (name "xpra")
(version "4.2.2") (version "4.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://www.xpra.org/src/xpra-" (uri (string-append "https://www.xpra.org/src/xpra-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 "0nky9j07zq8d5ifx568dima7a0jgs8kwhcqbg8p6gsxlgq5zdw96")) (base32 "1h9fxarhp6f90fbjrpbkjbfwb86js2gbfl6asqa5hbl1aprrwaxg"))
(patches (search-patches "xpra-4.2-systemd-run.patch")))) (patches (search-patches "xpra-4.2-systemd-run.patch"))))
(build-system python-build-system) (build-system python-build-system)
;; see also http://xpra.org/trac/wiki/Dependencies ;; see also http://xpra.org/trac/wiki/Dependencies