[PATCH] gnu: xpra: Update to 4.4.6

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

Debbugs page

Andy Tai wrote 2 years ago
(address . guix-patches@gnu.org)
CAJsg1E8GOCic-mre=OfofToAEo9zBSVH9+n=NZHLF-8sKzRBAg@mail.gmail.com

From 512e2edfe906312cbfc4f066e7066fb66be02653 Mon Sep 17 00:00:00 2001
Message-Id: <512e2edfe906312cbfc4f066e7066fb66be02653.1688004644.git.ltai@roku.com>
From: Andy Tai <ltai@roku.com>
Date: Wed, 28 Jun 2023 19:09:49 -0700
Subject: [PATCH] gnu: xpra: Update to 4.4.6
To: guix-patches@gnu.org

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

Toggle diff (25 lines)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index e41ddea28f..96440a6d0a 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -6059,14 +6059,14 @@ (define-public xcompmgr
(define-public xpra
(package
(name "xpra")
- (version "4.4.5")
+ (version "4.4.6")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.xpra.org/src/xpra-"
version ".tar.xz"))
(sha256
- (base32 "06p9wbs23vx8f2nb8ncz84xwgcxq5ly3dcscgc2r30jn6qzw6sx3"))
+ (base32 "0d3s13wqbn9jwqp4i55mn4chgjkrckq3jx4jrq1bcjjz5agzfrq5"))
(patches (search-patches "xpra-4.2-systemd-run.patch"
"xpra-4.2-install_libs.patch"))))
(build-system python-build-system)

base-commit: ac86174e22fcd762893bd4515786b1376af9397b
--
2.40.1
Christopher Baines wrote 2 years ago
(name . Andy Tai)(address . atai@atai.org)
87h6qoqexe.fsf@cbaines.net
Andy Tai <atai@atai.org> writes:

Toggle quote (2 lines)
> [2. text/x-patch; 0001-gnu-xpra-Update-to-4.4.6.patch]...

Thanks, I've pushed this to master as
6a4592d32c891276f16939a98d56728d5f24d844.

Chris
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmSf0u1fFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9XfH5hAAjyEW4Ref2uzxW4xuXt81lWNdXqxO2AvT
5Im/1W/2fskFSR1RlTw1HJx5GILv64mPmXgPRH0Uaift/WHusP9TbBqLavkLhFzp
slxVpsmnQ//g8kpshLre2pZE51qZxBxrzxnksFhJJ8Hgw4JJMo7jven2+DsE0Z9u
hNQqvOY1To8hn4RwUxlY7VAfPGxoYHG05LRNfxQUst5L6WCDsNG6fkLGXYYh7bd2
USZKpoO2bayXpC04jaLQA97Xa6hg4Sf2aosOIcsfqVdGJRNEcMlscKWfTjYzYXjy
HQN5ecCVNgTJD1lXuEC6R/SoxgUtpedMQVrA/hG8Q34x1ldtH2j5GRefVTEWTdJK
89p/EDI0eB3yF2Wz0rKkdSJaDhTe8GLmtiC+XHh3h5qpAB/k0O8qoSA6Q6IOfV5X
vuCOuruaKMPvA4xK4qjje/zj5RtMdNDiZfA+9u2c6AVZ0o1IppZXXeHj79iSD08X
P77a6yKNB2SA9xahdOXFnFUEqkn91y53cb4rhjd4VLPXmaMAOVW/53FT5gL9fMIH
oUp0PT3pQS7SI7PO4zAzLQfg2UzicCMgMKlKpavV+l/7g/pX1uvQEcIVEIdHRkAV
cfxJn711UpcSO6f53kDn2+55pnDbNOmZIm1bLNo8m5iN6E4cI3sVaKFcfG2Y5aDi
BbHcflN0ayI=
=KqZl
-----END PGP SIGNATURE-----

?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 64341
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