me
/
guix
Archived
1
0
Fork 0

gnu: xpra: Update to 4.4.5.

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

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
master
Andy Tai 2023-05-26 22:32:28 -07:00 committed by 宋文武
parent 52fed8fbd7
commit 2b1b0a580d
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 2 additions and 2 deletions

View File

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