mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
gnu: xpra: Update to 2.1.3.
* gnu/packages/xorg.scm (xpra): Update to 2.1.3. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
parent
256ecba1a1
commit
750e9f15a3
1 changed files with 2 additions and 2 deletions
|
@ -5917,7 +5917,7 @@ (define-public xcompmgr
|
|||
(define-public xpra
|
||||
(package
|
||||
(name "xpra")
|
||||
(version "2.1.2")
|
||||
(version "2.1.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -5925,7 +5925,7 @@ (define-public xpra
|
|||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0a5ffs6gm7j7vzqdbhfmjn9z8qxm9m9as7a1vjmjx63yxv9jqihn"))))
|
||||
"0r0l3p59q05fmvkp3jv8vmny2v8m1vyhqkg6b9r2qgxn1kcxx7rm"))))
|
||||
(build-system python-build-system)
|
||||
(inputs `(("ffmpeg", ffmpeg)
|
||||
("flac", flac)
|
||||
|
|
Loading…
Reference in a new issue