gnu: xpra: Update to 6.0.2.

* gnu/packages/xorg.scm (xpra): update to 6.0.2.

Change-Id: I71289947783fce1c60ec84e0dd5a4bbe3d077bd9
Signed-off-by: jgart <jgart@dismail.de>
This commit is contained in:
Andy Tai 2024-07-09 20:13:01 -07:00 committed by jgart
parent ad5b5ef8a3
commit 71694363f6
No known key found for this signature in database
GPG key ID: A52AA2B477B6DD35

View file

@ -6158,7 +6158,7 @@ (define-public xcompmgr
(define-public xpra
(package
(name "xpra")
(version "6.0.1")
(version "6.0.2")
(source
(origin
(method git-fetch)
@ -6167,7 +6167,7 @@ (define-public xpra
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0l92zscy1kjb0bpsdd8r2mchv2gks0krz6dj34s65c34zwa1rwg6"))
(base32 "176qxrksgr07jhrlny3zxybnvf091kxkfmfnv9ci3h2k1nbwqh2x"))
(patches (search-patches "xpra-6.0-systemd-run.patch"
"xpra-6.0-install_libs.patch"))))
(build-system python-build-system)