[PATCH] gnu: xpra: Update to 4.3.4

  • Done
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • Efraim Flashner
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

Andy Tai wrote 3 years ago
(address . guix-patches@gnu.org)
CAJsg1E-Hi64B10sfCJHHvGZqV_UT5+U5J46vbc9yBnkLsxddPg@mail.gmail.com

Attachment: file
From a5d60bdfb8f4aec784d24c83ca2d12ffc91ec41c Mon Sep 17 00:00:00 2001
From: andy Tai <atai@atai.org>
Date: Tue, 12 Jul 2022 21:48:01 -0700
Subject: [PATCH] gnu: xpra: Update to 4.3.4

gnu/packages/xorg.scm (xpra): Update to 4.3.4
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index e5c255c33d..053a64220f 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -6206,14 +6206,14 @@ (define-public xcompmgr
(define-public xpra
(package
(name "xpra")
- (version "4.3.1")
+ (version "4.3.4")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.xpra.org/src/xpra-"
version ".tar.xz"))
(sha256
- (base32 "1adp790v9lq3v9pnkyf4skv69n2pd7fjqikzw145swhq9aginh5z"))
+ (base32 "1rh4wx4af27xjcxdxrw950wkydgkvm5p3aaiqfmdij6sh6i14xcl"))
(patches (search-patches "xpra-4.2-systemd-run.patch"
"xpra-4.2-install_libs.patch"))))
(build-system python-build-system)
--
2.36.1
Efraim Flashner wrote 3 years ago
(name . Andy Tai)(address . atai@atai.org)(address . 56529-done@debbugs.gnu.org)
YuluzjkIFMHyVudN@pbp
Thanks. Patch pushed!

--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmLpbsoACgkQQarn3Mo9
g1EYUxAAjIP1ECVx8EeWzDXn/VMEon/n500Ps0byzYGlYRRvkzW2hwpr6KJl1jqC
fRpge4mc9zlLeb45NJHiPvwaNuGCSN2eql5rMVmxgd3mQkCAwGNab7d0Zur2RoXa
veYvOtj/TcI/RiWG/PZ4+R1hWp9m13UMCTNppheWu8ldXiy4B5KT87+EODTtHoY6
nZeZTWDCrXpR+wM0Tl/dF8UvHrSJ19RajhjjIeKqGZgYLalNFMbZSEa02e+rq8KB
KELm9xVr3rS/eLty3m3h+s0+VJgCMdo8E4xoCVFYdtaKrAAoJOWQLb7U4N6JvmsR
xte150C67dkpxePTtaEdHGKIed+u6IeRZDOIB22HCrv/ufyshWkL58wsT8AIaglS
uGz6Nfux3BofxkyA1wiWb6t2eMrGRvj43gfK9+M/htctcrPNym6v1X6V/a1h54DF
BqQ+9vljyZVnfINJCMd1vN8fjxwpd2d5y4tBtp2YbVDDTEjoCtJyg4MVGmY3QVrj
wEgIKhZCd9E6bjQQYDzzIv+CYZ+LN1cNZJc73WrqCTzpMtHNAWiEQiGwYHJ/L4eE
676SHQh4NNVWBbuWULx8Hwhv2CL8HjHqANOBuDZ1dZNxzqvLIS6XfkZreaxh4hpP
KJXpcWSHjWFVCGWXlNjscTVikzfmgREMWNwGGGKVl9j0ogGTm6I=
=sxAl
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 56529@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 56529
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help