all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#74596] [PATCH] gnu: xrdp: Update to 0.10.1.
@ 2024-11-28 20:48 Andy Tai
  2024-11-29  9:12 ` bug#74596: " Zheng Junjie
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Tai @ 2024-11-28 20:48 UTC (permalink / raw)
  To: 74596; +Cc: Andy Tai

* 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
-- 
2.34.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#74596: [PATCH] gnu: xrdp: Update to 0.10.1.
  2024-11-28 20:48 [bug#74596] [PATCH] gnu: xrdp: Update to 0.10.1 Andy Tai
@ 2024-11-29  9:12 ` Zheng Junjie
  0 siblings, 0 replies; 2+ messages in thread
From: Zheng Junjie @ 2024-11-29  9:12 UTC (permalink / raw)
  To: Andy Tai; +Cc: 74596-done

[-- Attachment #1: Type: text/plain, Size: 1215 bytes --]

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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-11-29  9:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-28 20:48 [bug#74596] [PATCH] gnu: xrdp: Update to 0.10.1 Andy Tai
2024-11-29  9:12 ` bug#74596: " Zheng Junjie

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.