gnu: xpra: Update to 2.2.2.

* gnu/packages/xorg.scm (xpra): Update to 2.2.2.
This commit is contained in:
Rutger Helling 2018-01-17 20:08:25 +01:00
parent 6c162d0e52
commit 1657fbc9bb
No known key found for this signature in database
GPG key ID: F3A727DB44FCCA36

View file

@ -5955,7 +5955,7 @@ (define-public xcompmgr
(define-public xpra
(package
(name "xpra")
(version "2.2.1")
(version "2.2.2")
(source
(origin
(method url-fetch)
@ -5963,7 +5963,7 @@ (define-public xpra
version ".tar.xz"))
(sha256
(base32
"052w92w21ywgip5p90nifn8vxqzg09by4a0ai22znhqm5mqh7qc1"))))
"16m21gr904k6ap0aq73i8ls3g94srpqmn3v6cx844qdy2lg7j0hk"))))
(build-system python-build-system)
(inputs `(("ffmpeg" ,ffmpeg)
("flac" ,flac)