aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/xorg.scm
diff options
context:
space:
mode:
authorAndy Tai <atai@atai.org>2023-11-28 22:55:56 +0000
committerLudovic Courtès <ludo@gnu.org>2023-12-03 23:55:09 +0100
commit6e2dd51df5f3f51e9056dd4f2e1b036195ab3caa (patch)
tree9da76b7366eed7d2e449130483bd80a22abd3ee6 /gnu/packages/xorg.scm
parent4d934786c0882bb7e79d57396b6b2c8bdb2589b8 (diff)
downloadguix-6e2dd51df5f3f51e9056dd4f2e1b036195ab3caa.tar
guix-6e2dd51df5f3f51e9056dd4f2e1b036195ab3caa.tar.gz
gnu: xpra: Update to 5.0.4.
* gnu/packages/xorg.scm (xpra): Update to 5.0.4 Change-Id: Id995cd3176628ff2034ccce139b01786b54dc91d Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/xorg.scm')
-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 87c64080a4..4efde55ba8 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -6109,14 +6109,14 @@ basic eye-candy effects.")
(define-public xpra
(package
(name "xpra")
- (version "5.0.3")
+ (version "5.0.4")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.xpra.org/src/xpra-"
version ".tar.xz"))
(sha256
- (base32 "03vpihkinidyv6257683av8288vm0hmg767yf188jkkdxl4cv4gs"))
+ (base32 "0zb49adrjrdsmf0k9xdc6j2idqy5lgzsjjrb4awjh5i4r3wc58m0"))
(patches (search-patches "xpra-5.0-systemd-run.patch"
"xpra-5.0-install_libs.patch"))))
(build-system python-build-system)