mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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:
committed by
Mathieu Othacehe
parent
c1af4060e9
commit
264baefa88
@@ -96,7 +96,7 @@ to remotely control a user's Windows desktop.")
|
||||
(define-public freerdp
|
||||
(package
|
||||
(name "freerdp")
|
||||
(version "2.11.1")
|
||||
(version "2.11.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
@@ -105,7 +105,7 @@ to remotely control a user's Windows desktop.")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1mxx711phzsaa6l022xnn41dq1315y81cgxka3rxy0fg638wipn7"))))
|
||||
(base32 "1c17skq16ic036829bndqsr5g0yrp0ya5lmn2w28x9gkz2qjgqkf"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
(list docbook-xml
|
||||
|
||||
Reference in New Issue
Block a user