diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-11 18:37:37 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-11 22:26:14 +0200 |
commit | 04072ac87b05aed52ebf2953dd882935656e0805 (patch) | |
tree | c46196379590cb3354101863134bcdf386043c3e /gnu/packages | |
parent | 86f8472b6af5a47e82f035cc56fa22dc9440da2a (diff) | |
download | guix-04072ac87b05aed52ebf2953dd882935656e0805.tar.gz guix-04072ac87b05aed52ebf2953dd882935656e0805.zip |
gnu: xpra: Update to 4.0.3.
* gnu/packages/xorg.scm (xpra): Update to 4.0.3.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/xorg.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 98a8de856c..9dc9fc1e7c 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 |