all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andy Tai <atai@atai.org>
To: 69184@debbugs.gnu.org
Cc: Andy Tai <atai@atai.org>
Subject: [bug#69184] [PATCH] gnu: xpra: Update to 5.0.5
Date: Fri, 16 Feb 2024 00:27:12 -0800	[thread overview]
Message-ID: <fc403456b8d1838643e7e1aab61fa24703d421a9.1708071998.git.atai@atai.org> (raw)

* 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(-)

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





             reply	other threads:[~2024-02-18 18:01 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-16  8:27 Andy Tai [this message]
2024-03-05  5:46 ` [bug#69184] [PATCH v2] gnu: xpra: Update to 5.0.5 Andy Tai
2024-03-10  1:14   ` Andy Tai
2024-03-10  3:08   ` bug#69184: " 宋文武 via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=fc403456b8d1838643e7e1aab61fa24703d421a9.1708071998.git.atai@atai.org \
    --to=atai@atai.org \
    --cc=69184@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.