mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: xpra: Update to 5.0.8.
* gnu/packages/xorg.scm (xpra): Updatw to 5.0.8. Change-Id: I6107d5c3469ca0576c668d1a68bf1148b8f055b6 Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
d447a0c693
commit
83a2ff488d
1 changed files with 2 additions and 2 deletions
|
@ -6157,14 +6157,14 @@ (define-public xcompmgr
|
|||
(define-public xpra
|
||||
(package
|
||||
(name "xpra")
|
||||
(version "5.0.7")
|
||||
(version "5.0.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://www.xpra.org/src/xpra-"
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0rkcsv0b55xbvkqi38nm01yxc09f7l9nj7xnp8v23rn6bp86m8mr"))
|
||||
(base32 "0ml9nv6gwrqgyrn3hp5kkxsbdl5fpz5w8vjsvn0qfdsgbvq617wy"))
|
||||
(patches (search-patches "xpra-5.0-systemd-run.patch"
|
||||
"xpra-5.0-install_libs.patch"))))
|
||||
(build-system python-build-system)
|
||||
|
|
Loading…
Reference in a new issue