mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
gnu: xrdp: Update to 0.9.23.1.
* gnu/packages/rdesktop.scm (xrdp): Update to 0.9.23.1. Change-Id: If5a01e38dc04bd013118d21ff11a46f3e7dddfd2 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
31c9975e58
commit
06f25a9a85
1 changed files with 2 additions and 2 deletions
|
@ -168,7 +168,7 @@ (define-public freerdp
|
|||
(define-public xrdp
|
||||
(package
|
||||
(name "xrdp")
|
||||
(version "0.9.22.1")
|
||||
(version "0.9.23.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -176,7 +176,7 @@ (define-public xrdp
|
|||
version "/xrdp-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1jzknwy003fk5lqzrncbypirq3smpghxy2prg2m2ljjrx77j1lvd"))))
|
||||
"1jpmwywzb6law2hrzm94qy2hgivs7izc2ci0w2h9yxn2j1mizdwg"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs (list check
|
||||
fuse-2
|
||||
|
|
Loading…
Reference in a new issue