diff options
author | Rutger Helling <rhelling@mykolab.com> | 2017-07-06 08:54:21 +0200 |
---|---|---|
committer | Arun Isaac <arunisaac@systemreboot.net> | 2017-07-06 13:28:08 +0530 |
commit | d3f52500f3dea859b1d72d0ee22de25e7eda8a12 (patch) | |
tree | 4ea1f006161fb60b851253192e6e5d8d572c76db /gnu | |
parent | 8c6acc3efec2da534523f6645bf6f41d25db8f1d (diff) | |
download | patches-d3f52500f3dea859b1d72d0ee22de25e7eda8a12.tar patches-d3f52500f3dea859b1d72d0ee22de25e7eda8a12.tar.gz |
gnu: xpra: Update to 2.0.3.
* gnu/packages/xorg.scm (xpra): Update to 2.0.3.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
Diffstat (limited to 'gnu')
-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 c6d1946220..7b1d00f477 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -5800,7 +5800,7 @@ basic eye-candy effects.") (define-public xpra (package (name "xpra") - (version "2.0.2") + (version "2.0.3") (source (origin (method url-fetch) @@ -5808,7 +5808,7 @@ basic eye-candy effects.") version ".tar.xz")) (sha256 (base32 - "09hzgbsj9v5qyh41rbz968ipi7016jk66b60vm6piryna9kbnha3")))) + "1f2mkbgjslfivh5xq5xbab1cn6jjyc1d104f692f3s0dnhq7dafa")))) (build-system python-build-system) (inputs `(("ffmpeg", ffmpeg) ("flac", flac) |