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>
This commit is contained in:
Andy Tai 2025-12-13 21:50:07 -08:00 committed by Andreas Enge
parent ded0bec9c0
commit b60ab94101
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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"))))))