gnu: xpra: Update to 4.4.6.

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

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Andy Tai 2023-06-28 19:09:49 -07:00 committed by Christopher Baines
parent 063aa5b318
commit 6a4592d32c
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -6059,14 +6059,14 @@ (define-public xcompmgr
(define-public xpra
(package
(name "xpra")
(version "4.4.5")
(version "4.4.6")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.xpra.org/src/xpra-"
version ".tar.xz"))
(sha256
(base32 "06p9wbs23vx8f2nb8ncz84xwgcxq5ly3dcscgc2r30jn6qzw6sx3"))
(base32 "0d3s13wqbn9jwqp4i55mn4chgjkrckq3jx4jrq1bcjjz5agzfrq5"))
(patches (search-patches "xpra-4.2-systemd-run.patch"
"xpra-4.2-install_libs.patch"))))
(build-system python-build-system)