me
/
guix
Archived
1
0
Fork 0

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>
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -6030,14 +6030,14 @@ basic eye-candy effects.")
(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)