[PATCH] gnu: xpra: Update to 5.0.3

  • 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)
CAJsg1E8fvjv1JK0OwK7oYEYm_qSqzxu20efwc4eig5ESrvvcvQ@mail.gmail.com

From 33d92cc8665f8daa723a8f469a91c1d70444423b Mon Sep 17 00:00:00 2001
Message-Id: <33d92cc8665f8daa723a8f469a91c1d70444423b.1697050103.git.ltai@roku.com>
From: Andy Tai <ltai@roku.com>
Date: Wed, 11 Oct 2023 11:47:42 -0700
Subject: [PATCH] gnu: xpra: Update to 5.0.3
To: guix-patches@gnu.org

* gnu/packages/xorg.scm (xpra): Update to 5.0.3
---
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 4b3c96794d..ffd8939a8d 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -6128,14 +6128,14 @@ (define-public xcompmgr
(define-public xpra
(package
(name "xpra")
- (version "5.0.2")
+ (version "5.0.3")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.xpra.org/src/xpra-"
version ".tar.xz"))
(sha256
- (base32 "0gxv0h1spg2jl3g9cc6qxxkq6a7prmb92dqqwk0s6pvrj8w3izlk"))
+ (base32 "03vpihkinidyv6257683av8288vm0hmg767yf188jkkdxl4cv4gs"))
(patches (search-patches "xpra-5.0-systemd-run.patch"
"xpra-5.0-install_libs.patch"))))
(build-system python-build-system)

base-commit: b4f2b681ad9c01b99f36d3c2f6af78234b41d745
--
2.40.1
Ludovic Courtès wrote 1 years ago
(name . Andy Tai)(address . atai@atai.org)(address . 66471-done@debbugs.gnu.org)
87cyxhar9u.fsf@gnu.org
Andy Tai <atai@atai.org> skribis:

Toggle quote (9 lines)
> From 33d92cc8665f8daa723a8f469a91c1d70444423b Mon Sep 17 00:00:00 2001
> Message-Id: <33d92cc8665f8daa723a8f469a91c1d70444423b.1697050103.git.ltai@roku.com>
> From: Andy Tai <ltai@roku.com>
> Date: Wed, 11 Oct 2023 11:47:42 -0700
> Subject: [PATCH] gnu: xpra: Update to 5.0.3
> To: guix-patches@gnu.org
>
> * gnu/packages/xorg.scm (xpra): Update to 5.0.3

Applied, thanks!
Closed
?
Your comment

This issue is archived.

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

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