Archived
1
0
Fork 0

gnu: freerdp: Update to 2.11.2.

* gnu/packages/rdesktop.scm (freerdp): Update to 2.11.2.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
Timotej Lazar 2023-10-03 15:10:50 +02:00 committed by Mathieu Othacehe
parent c1af4060e9
commit 264baefa88
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -96,7 +96,7 @@ to remotely control a user's Windows desktop.")
(define-public freerdp (define-public freerdp
(package (package
(name "freerdp") (name "freerdp")
(version "2.11.1") (version "2.11.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -105,7 +105,7 @@ to remotely control a user's Windows desktop.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1mxx711phzsaa6l022xnn41dq1315y81cgxka3rxy0fg638wipn7")))) (base32 "1c17skq16ic036829bndqsr5g0yrp0ya5lmn2w28x9gkz2qjgqkf"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
(list docbook-xml (list docbook-xml