gnu: xpra-5: Update to 5.1.3.

* gnu/packages/xorg.scm (xpra-5): Update to 5.1.3.

Change-Id: I76729779e78cb1923a288ead34e5baf63b3d3e98
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Andy Tai 2025-11-16 17:05:24 -08:00 committed by Andreas Enge
parent c0a98f1d29
commit b3737fd05f
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -6701,7 +6701,7 @@ X11 servers, Windows, or macOS.")
(package
(inherit xpra)
(name "xpra")
(version "5.1.2")
(version "5.1.3")
(source
(origin
(method git-fetch)
@ -6710,7 +6710,7 @@ X11 servers, Windows, or macOS.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "150as385jvhz9isc6a9876hrs8700axd700d2m1wagd628xx8yh0"))
(base32 "1046dqfh97l586gzbvcd1vb515na35147jm55i50kc9zkssfmygc"))
(patches (search-patches "xpra-5.0-systemd-run.patch"
"xpra-5.0-install_libs.patch"))))))