summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorAndy Tai <atai@atai.org>2024-11-28 12:48:47 -0800
committerZheng Junjie <zhengjunjie@iscas.ac.cn>2024-11-29 12:46:57 +0800
commit40ab9e8495a76722478510ea391ce74f54985b50 (patch)
treef31022ac768f0e0a86405510c8b303ca292bb239 /gnu/packages
parent1370301250c2937894889c012543f1166dd1f347 (diff)
gnu: xrdp: Update to 0.10.1.
* gnu/packages/rdesktop.scm (xrdp): Update to 0.10.1. Change-Id: I876d2ba9deeaed721c7300537221848f4392b2d0 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/rdesktop.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/rdesktop.scm b/gnu/packages/rdesktop.scm
index eb17fa929c..0e784de859 100644
--- a/gnu/packages/rdesktop.scm
+++ b/gnu/packages/rdesktop.scm
@@ -168,7 +168,7 @@ of parts of the Windows API.")
(define-public xrdp
(package
(name "xrdp")
- (version "0.10.0")
+ (version "0.10.1")
(source (origin
(method url-fetch)
(uri (string-append
@@ -176,7 +176,7 @@ of parts of the Windows API.")
version "/xrdp-" version ".tar.gz"))
(sha256
(base32
- "1nakn842p759xxd9713335ms3h8dmr33xbmylnbk2j03m4dhvlnx"))))
+ "10rgc9bfharwj7bq5k4qp4x00w214h6c6f861zi301h84125ylx2"))))
(build-system gnu-build-system)
(inputs (list check
fuse-2