mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: xorgxrdp: Update to 0.10.2.
* gnu/packages/rdesktop.scm (xorgxrdp): Update to 0.10.2. Change-Id: I7b25ac3b5aba0ae44729db5d83b7280f2ae33c55 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
parent
40ab9e8495
commit
5c69f08f2e
1 changed files with 2 additions and 2 deletions
|
|
@ -230,7 +230,7 @@ variety of RDP clients:
|
|||
(define-public xorgxrdp
|
||||
(package
|
||||
(name "xorgxrdp")
|
||||
(version "0.9.19")
|
||||
(version "0.10.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
|
@ -238,7 +238,7 @@ variety of RDP clients:
|
|||
version "/xorgxrdp-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0m8lvdnhfvwwqrr56difgy3mblplp23x6iy12kl4r8i87ic4rky1"))))
|
||||
"125zn8xzppmf07wgdm4kw2w8ri4fbraca8r59fgibb1m6dqggsxm"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs (list check
|
||||
imlib2
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue