mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: xrdp: Update to 0.10.4.1.
* gnu/packages/rdesktop.scm (xrdp): Update to 0.10.4.1. Change-Id: I54f07c117e60961029e9a8c9c46d795bbf922ff3 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
bc93cbfc34
commit
59e5efe011
1 changed files with 2 additions and 2 deletions
|
|
@ -227,7 +227,7 @@ of parts of the Windows API.")
|
|||
(define-public xrdp
|
||||
(package
|
||||
(name "xrdp")
|
||||
(version "0.10.3")
|
||||
(version "0.10.4.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
|
@ -235,7 +235,7 @@ of parts of the Windows API.")
|
|||
version "/xrdp-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"15nhfh8lxwf0jlmq6knh3851sp6njps9nhl8n2867il7mcr9gmsj"))))
|
||||
"0pwg5zadd788nl2fpls60w3nm557a95ihp4x1ggf0yy5hqzdzsjj"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs (list check
|
||||
fuse
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue