me
/
guix
Archived
1
0
Fork 0

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

View File

@ -6158,7 +6158,7 @@ basic eye-candy effects.")
(define-public xpra
(package
(name "xpra")
(version "6.0.1")
(version "6.0.2")
(source
(origin
(method git-fetch)
@ -6167,7 +6167,7 @@ basic eye-candy effects.")
(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)