[PATCH] gnu: xpra: Update to 5.0.5

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

Debbugs page

Andy Tai wrote 1 years ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
fc403456b8d1838643e7e1aab61fa24703d421a9.1708071998.git.atai@atai.org
* gnu/packages/xorg.scm (xpra): Update to 5.0.5

Change-Id: I5a1f3e6d39fb0bf7a8a1858574e34c49d57630f5
---
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 17a35d964d..c296254762 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -6157,14 +6157,14 @@ (define-public xcompmgr
(define-public xpra
(package
(name "xpra")
- (version "5.0.4")
+ (version "5.0.5")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.xpra.org/src/xpra-"
version ".tar.xz"))
(sha256
- (base32 "0zb49adrjrdsmf0k9xdc6j2idqy5lgzsjjrb4awjh5i4r3wc58m0"))
+ (base32 "1cwplcism12lngg5zshynb9qj4188h86az78j3yy63jx35c9kkis"))
(patches (search-patches "xpra-5.0-systemd-run.patch"
"xpra-5.0-install_libs.patch"))))
(build-system python-build-system)

base-commit: e3586aa61d58fd8992abb594edc2168d5bf5a6da
--
2.34.1
Andy Tai wrote 1 years ago
(name . GNU bug tracker automated control server)(address . control@debbugs.gnu.org)
CAJsg1E9v5tYw8+VqYaBHyysqmbYtv4gxHRo1fMscTVpggRs4LQ@mail.gmail.com
merge 69184 69199
?
Your comment

This issue is archived.

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

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