diff options
author | Andy Tai <atai@atai.org> | 2023-11-28 22:55:56 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-12-03 23:55:09 +0100 |
commit | 6e2dd51df5f3f51e9056dd4f2e1b036195ab3caa (patch) | |
tree | 9da76b7366eed7d2e449130483bd80a22abd3ee6 /gnu | |
parent | 4d934786c0882bb7e79d57396b6b2c8bdb2589b8 (diff) | |
download | guix-6e2dd51df5f3f51e9056dd4f2e1b036195ab3caa.tar.gz guix-6e2dd51df5f3f51e9056dd4f2e1b036195ab3caa.zip |
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')
-rw-r--r-- | gnu/packages/xorg.scm | 4 |
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) |