gnu: xpra: update to 4.4.4

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

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Andy Tai 2023-03-30 21:01:46 -07:00 committed by Nicolas Goaziou
parent 956a58821d
commit a28aac9eb2
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -6030,14 +6030,14 @@ (define-public xcompmgr
(define-public xpra
(package
(name "xpra")
(version "4.4.3")
(version "4.4.4")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.xpra.org/src/xpra-"
version ".tar.xz"))
(sha256
(base32 "03ypmkh5f1ygag3wnq776dn8gpy3aq8f0xv40ab5rjisix7lgfwg"))
(base32 "1cf04syxjjj965754m6r2hgq87k1sv0pwvn6mn7xy4w2588bvxm0"))
(patches (search-patches "xpra-4.2-systemd-run.patch"
"xpra-4.2-install_libs.patch"))))
(build-system python-build-system)