GNU bug report logs -
#69184
[PATCH] gnu: xpra: Update to 5.0.5
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Sun, 18 Feb 2024 18:01:02 UTC
Severity: normal
Tags: patch
Merged with 69199
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/xorg.scm (xpra): Update to 5.0.5
Change-Id: I5a1f3e6d39fb0bf7a8a1858574e34c49d57630f5
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 17a35d964d..c296254762 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -6157,14 +6157,14 @@ (define-public xcompmgr
(define-public xpra
(package
(name "xpra")
- (version "5.0.4")
+ (version "5.0.5")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.xpra.org/src/xpra-"
version ".tar.xz"))
(sha256
- (base32 "0zb49adrjrdsmf0k9xdc6j2idqy5lgzsjjrb4awjh5i4r3wc58m0"))
+ (base32 "1cwplcism12lngg5zshynb9qj4188h86az78j3yy63jx35c9kkis"))
(patches (search-patches "xpra-5.0-systemd-run.patch"
"xpra-5.0-install_libs.patch"))))
(build-system python-build-system)
base-commit: e3586aa61d58fd8992abb594edc2168d5bf5a6da
--
2.34.1
This bug report was last modified 1 year and 74 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.