guix-commits
[Top][All Lists]
Advanced

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

02/11: gnu: xpra: Update to 4.0.3.


From: guix-commits
Subject: 02/11: gnu: xpra: Update to 4.0.3.
Date: Tue, 11 Aug 2020 16:27:58 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 04072ac87b05aed52ebf2953dd882935656e0805
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Aug 11 18:37:37 2020 +0200

    gnu: xpra: Update to 4.0.3.
    
    * gnu/packages/xorg.scm (xpra): Update to 4.0.3.
---
 gnu/packages/xorg.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 98a8de8..9dc9fc1 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -6307,15 +6307,14 @@ basic eye-candy effects.")
 (define-public xpra
   (package
     (name "xpra")
-    (version "4.0.2")
+    (version "4.0.3")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.xpra.org/src/xpra-";
                            version ".tar.xz"))
        (sha256
-        (base32
-         "1cs39jzi59hkl421xmhi549ndmdfzkg0ap45f4nlsn9zr9zwmp3x"))
+        (base32 "05afdspf51fbya6jg6971i3ddqn8p4mg3v3aaqyi3chx4q1807rp"))
        (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]