guix-commits
[Top][All Lists]
Advanced

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

11/11: gnu: xpra: Update to 4.4.5.


From: guix-commits
Subject: 11/11: gnu: xpra: Update to 4.4.5.
Date: Tue, 30 May 2023 06:42:25 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit 2b1b0a580d29aa4d4787e42c0dace2500d8f17d0
Author: Andy Tai <atai@atai.org>
AuthorDate: Fri May 26 22:32:28 2023 -0700

    gnu: xpra: Update to 4.4.5.
    
    * gnu/packages/xorg.scm (xpra): Update to 4.4.5.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 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 9445cdf545..d6c388739f 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -6007,14 +6007,14 @@ basic eye-candy effects.")
 (define-public xpra
   (package
     (name "xpra")
-    (version "4.4.4")
+    (version "4.4.5")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.xpra.org/src/xpra-";
                            version ".tar.xz"))
        (sha256
-        (base32 "1cf04syxjjj965754m6r2hgq87k1sv0pwvn6mn7xy4w2588bvxm0"))
+        (base32 "06p9wbs23vx8f2nb8ncz84xwgcxq5ly3dcscgc2r30jn6qzw6sx3"))
        (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]