me
/
guix
Archived
1
0
Fork 0

gnu: xpra: Update to 4.3.4

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

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
andy Tai 2022-07-12 21:48:01 -07:00 committed by Efraim Flashner
parent 7e13054373
commit f0be1b82dc
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -6207,14 +6207,14 @@ basic eye-candy effects.")
(define-public xpra
(package
(name "xpra")
(version "4.3.1")
(version "4.3.4")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.xpra.org/src/xpra-"
version ".tar.xz"))
(sha256
(base32 "1adp790v9lq3v9pnkyf4skv69n2pd7fjqikzw145swhq9aginh5z"))
(base32 "1rh4wx4af27xjcxdxrw950wkydgkvm5p3aaiqfmdij6sh6i14xcl"))
(patches (search-patches "xpra-4.2-systemd-run.patch"
"xpra-4.2-install_libs.patch"))))
(build-system python-build-system)