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:
Andy Tai 2023-12-06 22:58:53 -08:00 committed by Efraim Flashner
parent 31c9975e58
commit 06f25a9a85
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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