gnu: xpra: Update to 4.4.3.

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

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Andy Tai 2023-01-08 16:20:44 -08:00 committed by 宋文武
parent 832f577734
commit 33e82ce84f
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -6181,14 +6181,14 @@ (define-public xcompmgr
(define-public xpra
(package
(name "xpra")
(version "4.3.4")
(version "4.4.3")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.xpra.org/src/xpra-"
version ".tar.xz"))
(sha256
(base32 "1rh4wx4af27xjcxdxrw950wkydgkvm5p3aaiqfmdij6sh6i14xcl"))
(base32 "03ypmkh5f1ygag3wnq776dn8gpy3aq8f0xv40ab5rjisix7lgfwg"))
(patches (search-patches "xpra-4.2-systemd-run.patch"
"xpra-4.2-install_libs.patch"))))
(build-system python-build-system)
@ -6207,6 +6207,7 @@ (define-public xpra
("libxdamage" ,libxdamage)
("libxext" ,libxext)
("libxres" ,libxres)
("lz4" ,lz4)
("gtk+" ,gtk+)
("python-pycairo" ,python-pycairo)
("python-pygobject" ,python-pygobject)