guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: xpra: Update to 4.0.4.


From: guix-commits
Subject: 02/05: gnu: xpra: Update to 4.0.4.
Date: Thu, 1 Oct 2020 15:55:31 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 74b7b13829ccdf5fb04b57fc7ea5c8c855d9e301
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Oct 1 20:47:25 2020 +0200

    gnu: xpra: Update to 4.0.4.
    
    * gnu/packages/xorg.scm (xpra): Update to 4.0.4.
---
 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 8ff62a1..7ec35ed 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -6304,14 +6304,14 @@ basic eye-candy effects.")
 (define-public xpra
   (package
     (name "xpra")
-    (version "4.0.3")
+    (version "4.0.4")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.xpra.org/src/xpra-";
                            version ".tar.xz"))
        (sha256
-        (base32 "05afdspf51fbya6jg6971i3ddqn8p4mg3v3aaqyi3chx4q1807rp"))
+        (base32 "10alqdfmgml9ixdi1nyd9xlw8a5q0j8m2sv4g9p83pd6z1a0rpv2"))
        (patches (search-patches "xpra-4.0.1-systemd-run.patch"))))
     (build-system python-build-system)
     ;; see also http://xpra.org/trac/wiki/Dependencies



reply via email to

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