[PATCH] gnu: xpra: Update to 5.0.4

  • Done
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • Ludovic Courtès
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

Andy Tai wrote 1 years ago
(address . guix-patches@gnu.org)
CAJsg1E8VrJy6N-2rT=+RVDc3X0LTZ4xNhT2qzQ=Jj0ob3onrUA@mail.gmail.com

From 2a6d9a7ae585eba44e6652c57e8eb27c5abc8dc0 Mon Sep 17 00:00:00 2001
Message-Id: <2a6d9a7ae585eba44e6652c57e8eb27c5abc8dc0.1701212254.git.atai@atai.org>
From: Andy Tai <atai@atai.org>
Date: Tue, 28 Nov 2023 22:55:56 +0000
Subject: [PATCH] gnu: xpra: Update to 5.0.4
To: guix-patches@gnu.org

* gnu/packages/xorg.scm (xpra): Update to 5.0.4

Change-Id: Id995cd3176628ff2034ccce139b01786b54dc91d
---
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 87c64080a4..4efde55ba8 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -6109,14 +6109,14 @@ (define-public xcompmgr
(define-public xpra
(package
(name "xpra")
- (version "5.0.3")
+ (version "5.0.4")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.xpra.org/src/xpra-"
version ".tar.xz"))
(sha256
- (base32 "03vpihkinidyv6257683av8288vm0hmg767yf188jkkdxl4cv4gs"))
+ (base32 "0zb49adrjrdsmf0k9xdc6j2idqy5lgzsjjrb4awjh5i4r3wc58m0"))
(patches (search-patches "xpra-5.0-systemd-run.patch"
"xpra-5.0-install_libs.patch"))))
(build-system python-build-system)

base-commit: cd46757c1a0f886848fbb6828c028dd2a2532767
--
2.34.1
Ludovic Courtès wrote 1 years ago
(name . Andy Tai)(address . atai@atai.org)(address . 67517-done@debbugs.gnu.org)
87fs0iew2m.fsf@gnu.org
Andy Tai <atai@atai.org> skribis:

Toggle quote (11 lines)
> From 2a6d9a7ae585eba44e6652c57e8eb27c5abc8dc0 Mon Sep 17 00:00:00 2001
> Message-Id: <2a6d9a7ae585eba44e6652c57e8eb27c5abc8dc0.1701212254.git.atai@atai.org>
> From: Andy Tai <atai@atai.org>
> Date: Tue, 28 Nov 2023 22:55:56 +0000
> Subject: [PATCH] gnu: xpra: Update to 5.0.4
> To: guix-patches@gnu.org
>
> * gnu/packages/xorg.scm (xpra): Update to 5.0.4
>
> Change-Id: Id995cd3176628ff2034ccce139b01786b54dc91d

Applied, thanks!

Ludo’.
Closed
?
Your comment

This issue is archived.

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

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