summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorAndy Tai <atai@atai.org>2025-12-13 21:50:07 -0800
committerAndreas Enge <andreas@enge.fr>2026-01-23 23:37:22 +0100
commitb60ab941018d536d1423d834f8629ef32cbee434 (patch)
tree899560395c387e69606fccf2fb51ac148282590a /gnu/packages
parentded0bec9c0667f1cc67875e0208e7fe4001d95c3 (diff)
gnu: xpra-5: Update to 5.1.4.
* gnu/packages/xorg.scm (xpra-5): Update to 5.1.4. Change-Id: I3320834a0d9a378dd89fa69d51009afcacd4354f Signed-off-by: Andreas Enge <andreas@enge.fr>
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 b05d3ed3adc..5b1fae79bd5 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -6657,7 +6657,7 @@ X11 servers, Windows, or macOS.")
(package
(inherit xpra)
(name "xpra")
- (version "5.1.3")
+ (version "5.1.4")
(source
(origin
(method git-fetch)
@@ -6666,7 +6666,7 @@ X11 servers, Windows, or macOS.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1046dqfh97l586gzbvcd1vb515na35147jm55i50kc9zkssfmygc"))
+ (base32 "1hb6pjixs85laarypkx6dvb8n9qyahy8v251f71h7qll9l2w8ak0"))
(patches (search-patches "xpra-5.0-systemd-run.patch"
"xpra-5.0-install_libs.patch"))))))