gnu: xpra: Update to 4.0.4.

* gnu/packages/xorg.scm (xpra): Update to 4.0.4.
This commit is contained in:
Tobias Geerinckx-Rice 2020-10-01 20:47:25 +02:00
parent 08014aed88
commit 74b7b13829
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -6304,14 +6304,14 @@ (define-public xcompmgr
(define-public xpra (define-public xpra
(package (package
(name "xpra") (name "xpra")
(version "4.0.3") (version "4.0.4")
(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.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 "05afdspf51fbya6jg6971i3ddqn8p4mg3v3aaqyi3chx4q1807rp")) (base32 "10alqdfmgml9ixdi1nyd9xlw8a5q0j8m2sv4g9p83pd6z1a0rpv2"))
(patches (search-patches "xpra-4.0.1-systemd-run.patch")))) (patches (search-patches "xpra-4.0.1-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