gnu: xpra: Update to 5.0.3
* gnu/packages/xorg.scm (xpra): Update to 5.0.3 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
a4c838ca1e
commit
f47d3570bc
1 changed files with 2 additions and 2 deletions
|
|
@ -6128,14 +6128,14 @@ basic eye-candy effects.")
|
||||||
(define-public xpra
|
(define-public xpra
|
||||||
(package
|
(package
|
||||||
(name "xpra")
|
(name "xpra")
|
||||||
(version "5.0.2")
|
(version "5.0.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.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0gxv0h1spg2jl3g9cc6qxxkq6a7prmb92dqqwk0s6pvrj8w3izlk"))
|
(base32 "03vpihkinidyv6257683av8288vm0hmg767yf188jkkdxl4cv4gs"))
|
||||||
(patches (search-patches "xpra-5.0-systemd-run.patch"
|
(patches (search-patches "xpra-5.0-systemd-run.patch"
|
||||||
"xpra-5.0-install_libs.patch"))))
|
"xpra-5.0-install_libs.patch"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
|
|
|
||||||
Reference in a new issue