mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: freerdp: Update to 2.11.7.
* gnu/packages/rdesktop.scm (freerdp): Update to 2.11.7. Change-Id: I41385d4db719e950438c07d2149c845ee28cabce Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
34c9a4d1d5
commit
de42b5f9d1
1 changed files with 2 additions and 2 deletions
|
@ -96,7 +96,7 @@ (define-public rdesktop
|
|||
(define-public freerdp
|
||||
(package
|
||||
(name "freerdp")
|
||||
(version "2.11.2")
|
||||
(version "2.11.7")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -105,7 +105,7 @@ (define-public freerdp
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1c17skq16ic036829bndqsr5g0yrp0ya5lmn2w28x9gkz2qjgqkf"))))
|
||||
(base32 "0h7yxjnl4zgl07ilh7dzbig8r7phll0wid72hm92jav6s4q75v63"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
(list docbook-xml
|
||||
|
|
Loading…
Reference in a new issue