diff options
| author | Andy Tai <atai@atai.org> | 2026-02-05 21:09:24 -0800 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-11 10:07:25 +0100 |
| commit | 15b16a3a59fd1a46ad1a29f9401f569ffc75cc99 (patch) | |
| tree | 7863b535029a8c43de6fbaff8d9b81a305296185 /gnu | |
| parent | 50a99b17ecd71430b206b9d4b5e66c11377b6191 (diff) | |
gnu: xpra: Update to 6.4.3.
* gnu/packages/xorg.scm (xpra): Update to 6.4.3.
Change-Id: I2ee1f31ad7ac1907e8217b523912c463e9b3b01e
Signed-off-by: Andreas Enge <andreas@enge.fr>
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 61a1672eeb7..4197f27ff2b 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -6520,7 +6520,7 @@ basic eye-candy effects.") (define-public xpra (package (name "xpra") - (version "6.4.1") + (version "6.4.3") (source (origin (method git-fetch) @@ -6529,7 +6529,7 @@ basic eye-candy effects.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0y6b70g16bh1pbjzmwsrrdjgnm0vgw8ff934n1y69vfb93sdfbc0")) + (base32 "04b12q4lf7kx8alqip0xyx1ky4irfcj17d7i9wgmwk2nxn64qs2f")) (patches (search-patches "xpra-6.4-systemd-run.patch" "xpra-6.4-install_libs.patch")))) (build-system pyproject-build-system) |
