[PATCH] gnu: xpra: Update to 4.3.

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

Debbugs page

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

From c72cde1bb065cf3a581f7ac63c72f9d46e3a3cbb Mon Sep 17 00:00:00 2001
From: Andy Tai <atai@atai.org>
Date: Thu, 16 Dec 2021 16:50:20 -0800
Subject: [PATCH] gnu: xpra: Update to 4.3.
To: guix-patches@gnu.org

gnu/packages/xorg.scm (xpra): Update to 4.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 85a93dee30..4b9b33ad4d 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -6270,14 +6270,14 @@ (define-public xcompmgr
(define-public xpra
(package
(name "xpra")
- (version "4.2.2")
+ (version "4.3")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.xpra.org/src/xpra-"
version ".tar.gz"))
(sha256
- (base32 "0nky9j07zq8d5ifx568dima7a0jgs8kwhcqbg8p6gsxlgq5zdw96"))
+ (base32 "1h9fxarhp6f90fbjrpbkjbfwb86js2gbfl6asqa5hbl1aprrwaxg"))
(patches (search-patches "xpra-4.2-systemd-run.patch"))))
(build-system python-build-system)
;; see also http://xpra.org/trac/wiki/Dependencies

base-commit: d2af1df65f453ff81567eb2c49d908c0a2032329
--
2.34.0
Leo Famulari wrote 3 years ago
(name . Andy Tai)(address . atai@atai.org)(address . 52563-done@debbugs.gnu.org)
YbwRQ3UWpmcrLTnL@jasmine.lan
On Thu, Dec 16, 2021 at 04:55:36PM -0800, Andy Tai wrote:
Toggle quote (10 lines)
>

> From c72cde1bb065cf3a581f7ac63c72f9d46e3a3cbb Mon Sep 17 00:00:00 2001
> From: Andy Tai <atai@atai.org>
> Date: Thu, 16 Dec 2021 16:50:20 -0800
> Subject: [PATCH] gnu: xpra: Update to 4.3.
> To: guix-patches@gnu.org
>
> gnu/packages/xorg.scm (xpra): Update to 4.3.

Thanks! Pushed as 3debb27e7ccdb614589adbc9b28b050c785abc01
Closed
?
Your comment

This issue is archived.

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

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