gnu: xpra: Update to 2.2.5.

* gnu/packages/xorg.scm (xpra): Update to 2.2.5.
This commit is contained in:
Rutger Helling 2018-03-05 12:28:34 +01:00
parent f44c7aaccd
commit 0ebc1b934d
No known key found for this signature in database
GPG key ID: F3A727DB44FCCA36

View file

@ -5944,7 +5944,7 @@ (define-public xcompmgr
(define-public xpra (define-public xpra
(package (package
(name "xpra") (name "xpra")
(version "2.2.4") (version "2.2.5")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -5952,7 +5952,7 @@ (define-public xpra
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0v8yflvisk94bfj0zg4ggdfwrig0f3ss9kjnws3zflsr33cb2hxy")))) "1q2l00nc3bgwlhjzkbk4a8x2l8z9w1799yn31icsx5hrgh98a1js"))))
(build-system python-build-system) (build-system python-build-system)
(inputs `(("ffmpeg" ,ffmpeg) (inputs `(("ffmpeg" ,ffmpeg)
("flac" ,flac) ("flac" ,flac)