guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#74596: [PATCH] gnu: xrdp: Update to 0.10.1.


From: Zheng Junjie
Subject: bug#74596: [PATCH] gnu: xrdp: Update to 0.10.1.
Date: Fri, 29 Nov 2024 17:12:19 +0800
User-agent: mu4e 1.12.7; emacs 30.0.92

Andy Tai <atai@atai.org> writes:

> * gnu/packages/rdesktop.scm (xrdp): Update to 0.10.1.
>
> Change-Id: I876d2ba9deeaed721c7300537221848f4392b2d0
> ---
>  gnu/packages/rdesktop.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/rdesktop.scm b/gnu/packages/rdesktop.scm
> index eb17fa929c..0e784de859 100644
> --- a/gnu/packages/rdesktop.scm
> +++ b/gnu/packages/rdesktop.scm
> @@ -168,7 +168,7 @@ (define-public freerdp
>  (define-public xrdp
>    (package
>      (name "xrdp")
> -    (version "0.10.0")
> +    (version "0.10.1")
>      (source (origin
>                (method url-fetch)
>                (uri (string-append
> @@ -176,7 +176,7 @@ (define-public xrdp
>                      version "/xrdp-" version ".tar.gz"))
>                (sha256
>                 (base32
> -                "1nakn842p759xxd9713335ms3h8dmr33xbmylnbk2j03m4dhvlnx"))))
> +                "10rgc9bfharwj7bq5k4qp4x00w214h6c6f861zi301h84125ylx2"))))
>      (build-system gnu-build-system)
>      (inputs (list check
>                    fuse-2
>
> base-commit: ce877a777e6ec089dc347e9883387d3080b471cf

pushed, closing.

And are you interested in changing the package to use git-fetch?

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]