diff options
author | Rutger Helling <rhelling@mykolab.com> | 2019-06-17 08:27:03 +0200 |
---|---|---|
committer | Rutger Helling <rhelling@mykolab.com> | 2019-06-17 08:28:38 +0200 |
commit | c9f0331152268c90c7cf02a14c79f1ed7ef6c81a (patch) | |
tree | f1c6fc1637e11af974e452390c98581fa344222d /gnu/packages | |
parent | 0bc010dacded4d89aa39f2d37fe75414b69b680e (diff) |
gnu: xpra: Update to 2.5.2.
* gnu/packages/xorg.scm (xpra): Update to 2.5.2.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/xorg.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 27966f038a..9577c4d2c6 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -6003,7 +6003,7 @@ basic eye-candy effects.") (define-public xpra (package (name "xpra") - (version "2.5.1") + (version "2.5.2") (source (origin (method url-fetch) @@ -6011,7 +6011,7 @@ basic eye-candy effects.") version ".tar.xz")) (sha256 (base32 - "14l3bs7mlkd2lphjhnbw5dr95pg7x1k61s9wk35dra4li2xjy1lm")))) + "1zbh2990crrxp02c554yh30f0s9znm6iiiklkw8vpxrlmdv1z8ks")))) (build-system python-build-system) (inputs `(("ffmpeg" ,ffmpeg) ("flac" ,flac) |