unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#71188] [PATCH] gnu: xpra: Update to 6.0.1.
@ 2024-05-25  5:44 Andy Tai
  2024-05-26 17:13 ` bug#71188: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Tai @ 2024-05-25  5:44 UTC (permalink / raw)
  To: 71188; +Cc: Andy Tai

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

Change-Id: Iddd33aa57f1959c753df892c9b26df48e85b16ad
---
 gnu/packages/xorg.scm | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 1f1fe4d7c6..c13a1f4215 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -6158,14 +6158,16 @@ (define-public xcompmgr
 (define-public xpra
   (package
     (name "xpra")
-    (version "6.0")
+    (version "6.0.1")
     (source
      (origin
-       (method url-fetch)
-       (uri (string-append "https://www.xpra.org/src/xpra-"
-                           version ".tar.xz"))
+       (method git-fetch)
+       (uri (git-reference
+           (url "https://github.com/Xpra-org/xpra.git")
+           (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
        (sha256
-        (base32 "1dh89k2whvim4lgnryr9hisdq2zzcc5md9c3vm49y6jsp4j77glq"))
+        (base32 "0l92zscy1kjb0bpsdd8r2mchv2gks0krz6dj34s65c34zwa1rwg6"))
        (patches (search-patches "xpra-6.0-systemd-run.patch"
                                 "xpra-6.0-install_libs.patch"))))
     (build-system python-build-system)

base-commit: 9901416233867233192b63fde7f616751127b189
-- 
2.34.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#71188: [PATCH] gnu: xpra: Update to 6.0.1.
  2024-05-25  5:44 [bug#71188] [PATCH] gnu: xpra: Update to 6.0.1 Andy Tai
@ 2024-05-26 17:13 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2024-05-26 17:13 UTC (permalink / raw)
  To: Andy Tai; +Cc: 71188-done

[-- Attachment #1: Type: text/plain, Size: 344 bytes --]

Andy Tai <atai@atai.org> writes:

> * gnu/packages/xorg.scm (xpra): Update to 6.0.1.
>
> Change-Id: Iddd33aa57f1959c753df892c9b26df48e85b16ad
> ---
>  gnu/packages/xorg.scm | 12 +++++++-----
>  1 file changed, 7 insertions(+), 5 deletions(-)

Thanks for the patch, I've pushed this to master as
13d5e6f84a5a3130b628bc37377db562fc69b057.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-05-26 17:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-25  5:44 [bug#71188] [PATCH] gnu: xpra: Update to 6.0.1 Andy Tai
2024-05-26 17:13 ` bug#71188: " Christopher Baines

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).