guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/12: gnu: xpra: update to 4.4.4


From: guix-commits
Subject: 04/12: gnu: xpra: update to 4.4.4
Date: Mon, 3 Apr 2023 07:11:22 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit a28aac9eb29be99ae93620412722ec8bbef63dbb
Author: Andy Tai <atai@atai.org>
AuthorDate: Thu Mar 30 21:01:46 2023 -0700

    gnu: xpra: update to 4.4.4
    
    * gnu/packages/xorg.scm (xpra): Update to 4.4.4
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 e916ca0012..1a8ae7295b 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -6030,14 +6030,14 @@ basic eye-candy effects.")
 (define-public xpra
   (package
     (name "xpra")
-    (version "4.4.3")
+    (version "4.4.4")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.xpra.org/src/xpra-";
                            version ".tar.xz"))
        (sha256
-        (base32 "03ypmkh5f1ygag3wnq776dn8gpy3aq8f0xv40ab5rjisix7lgfwg"))
+        (base32 "1cf04syxjjj965754m6r2hgq87k1sv0pwvn6mn7xy4w2588bvxm0"))
        (patches (search-patches "xpra-4.2-systemd-run.patch"
                                 "xpra-4.2-install_libs.patch"))))
     (build-system python-build-system)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]