mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: xpra: Update to 4.4.5.
* gnu/packages/xorg.scm (xpra): Update to 4.4.5. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
52fed8fbd7
commit
2b1b0a580d
1 changed files with 2 additions and 2 deletions
|
@ -6007,14 +6007,14 @@ (define-public xcompmgr
|
|||
(define-public xpra
|
||||
(package
|
||||
(name "xpra")
|
||||
(version "4.4.4")
|
||||
(version "4.4.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://www.xpra.org/src/xpra-"
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1cf04syxjjj965754m6r2hgq87k1sv0pwvn6mn7xy4w2588bvxm0"))
|
||||
(base32 "06p9wbs23vx8f2nb8ncz84xwgcxq5ly3dcscgc2r30jn6qzw6sx3"))
|
||||
(patches (search-patches "xpra-4.2-systemd-run.patch"
|
||||
"xpra-4.2-install_libs.patch"))))
|
||||
(build-system python-build-system)
|
||||
|
|
Loading…
Reference in a new issue