[PATCH] gnu: xpra: Update to 4.2.2.

  • Done
  • quality assurance status badge
Details
2 participants
  • Efraim Flashner
  • Matthew James Kraai
Owner
unassigned
Submitted by
Matthew James Kraai
Severity
normal

Debbugs page

Matthew James Kraai wrote 3 years ago
(address . guix-patches@gnu.org)(name . Matthew James Kraai)(address . kraai@ftbfs.org)
20211001150427.5646-1-kraai@ftbfs.org
* gnu/packages/xorg.scm (xpra): Update to 4.2.2.
---
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 3b10573635..2f350d88e8 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -6325,14 +6325,14 @@ basic eye-candy effects.")
(define-public xpra
(package
(name "xpra")
- (version "4.2.1")
+ (version "4.2.2")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.xpra.org/src/xpra-"
version ".tar.gz"))
(sha256
- (base32 "0gqdcw5cfk919jk8g0g4xjxbsvr5j9gskn8q3cmrz388pvfvm8x7"))
+ (base32 "0nky9j07zq8d5ifx568dima7a0jgs8kwhcqbg8p6gsxlgq5zdw96"))
(patches (search-patches "xpra-4.2-systemd-run.patch"))))
(build-system python-build-system)
;; see also http://xpra.org/trac/wiki/Dependencies
--
2.33.0
Efraim Flashner wrote 3 years ago
(name . Matthew James Kraai)(address . kraai@ftbfs.org)(address . 50942-done@debbugs.gnu.org)
YVmm5EEeceJJnrnK@3900XT
Patch pushed. Thanks!

--
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-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmFZpuQACgkQQarn3Mo9
g1EZHA/+P5yXs2qbNhehUAAmAu5MBp5iTy24WwyPU/xBCwyiJ8mCdY4Ax3Amdngy
4BCCD+n/WpL2qiN8xT7phKZ3sGxMRVo9y+cxTfNHdG9hAucU+YGbAWa15NGUT4bY
8hpFZ01KgcPJccR1vmRHiwpOED0z38kn0bZmiv8pGgEoirwsd/3Gb6rq3elnL6/n
lwq+1/ORyqUvC6JhoBiuwCWVRl5ncj3BOK5wSIGySZc1GvKrsGOQDsTqECvSdxeJ
/mvpIq81PXai/uf3m8YKQhCgg68MiQx4lDmGhJvKZwB2xAqGF0GEMWg4GWDdgeNc
dCZ9wi1t0B31HqudxvVOXz22osRm0UHpsZbPyEy2Vc2dLqZZ0lC6S2M8KzGy3M+5
X3E6eqRKauq5hZ+Lg1f/D6rBblSsQzkWAlB/yEsYG5nstNfWHUCg8nhNaqWmkfHc
CDeiFV8ug2JU1VrRS3ElyLspW0qLbmMsV2V0HqCZg3jhuxwGKp3DIwai6NorsoQG
lIWZZR8MgqlVaVpZC99cObltiBZZMhMG6qVhICRivau5eZT8KSEZE4BGqN74AcuC
qFc3qaiLnVecWF+vPuplSvDxS9c+CEReUy/6w1Ebp3yCVeRyckPYWRh1v4wpavm8
0WbZkbGcWCrkgDYPPVgL3OXOHAGflL/JBQHYcj5eRaM91cXmd3A=
=KicT
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

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