aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorAndy Tai <atai@atai.org>2024-07-09 20:13:01 -0700
committerjgart <jgart@dismail.de>2024-07-09 23:25:27 -0500
commit71694363f6cc79e44955acbd9f7ca108e658caca (patch)
tree42716565437d76b810668d1ae8fc27e7ea331d56 /gnu/packages
parentad5b5ef8a34389830083ab2c77c4e8bf03a5e662 (diff)
downloadguix-71694363f6cc79e44955acbd9f7ca108e658caca.tar.gz
guix-71694363f6cc79e44955acbd9f7ca108e658caca.zip
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>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/xorg.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index c13a1f4215..6b953ef152 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -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)