gnu: xpra: Update to 4.4.4.
* gnu/packages/xorg.scm (xpra): Update to 4.4.4.
This commit is contained in:
parent
0ae8d7ca19
commit
29f2149ff6
1 changed files with 2 additions and 2 deletions
|
@ -6030,14 +6030,14 @@ (define-public xcompmgr
|
||||||
(define-public xpra
|
(define-public xpra
|
||||||
(package
|
(package
|
||||||
(name "xpra")
|
(name "xpra")
|
||||||
(version "4.4.3")
|
(version "4.4.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://www.xpra.org/src/xpra-"
|
(uri (string-append "https://www.xpra.org/src/xpra-"
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "03ypmkh5f1ygag3wnq776dn8gpy3aq8f0xv40ab5rjisix7lgfwg"))
|
(base32 "1cf04syxjjj965754m6r2hgq87k1sv0pwvn6mn7xy4w2588bvxm0"))
|
||||||
(patches (search-patches "xpra-4.2-systemd-run.patch"
|
(patches (search-patches "xpra-4.2-systemd-run.patch"
|
||||||
"xpra-4.2-install_libs.patch"))))
|
"xpra-4.2-install_libs.patch"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
|
|
Loading…
Reference in a new issue