mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: xorgxrdp: Update to 0.10.4.
* gnu/packages/rdesktop.scm (xorgxrdp): Update to 0.10.4. Change-Id: I0014b8eb31be2770475bd116ee4d0c81788f7fb5 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
9c296fdfa8
commit
3aa17a955a
1 changed files with 2 additions and 2 deletions
|
@ -240,7 +240,7 @@ variety of RDP clients:
|
|||
(define-public xorgxrdp
|
||||
(package
|
||||
(name "xorgxrdp")
|
||||
(version "0.10.2")
|
||||
(version "0.10.4")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -249,7 +249,7 @@ variety of RDP clients:
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1dcxn0v88426j4n7irhy6h3qb21202v5xs1vr7j8xvs3sxihc2f7"))))
|
||||
"0y243h7mk9jy5yrdgngjkcr6rzq4116ip7pvc6vwz7yfnxxd9v2f"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs (list check
|
||||
imlib2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue