guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: xrdp: Update to 0.9.23.1.


From: guix-commits
Subject: 03/03: gnu: xrdp: Update to 0.9.23.1.
Date: Thu, 7 Dec 2023 06:46:11 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 06f25a9a85be1bbe7a709e58ce41c1a834e5f1ae
Author: Andy Tai <atai@atai.org>
AuthorDate: Wed Dec 6 22:58:53 2023 -0800

    gnu: xrdp: Update to 0.9.23.1.
    
    * gnu/packages/rdesktop.scm (xrdp): Update to 0.9.23.1.
    
    Change-Id: If5a01e38dc04bd013118d21ff11a46f3e7dddfd2
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 97a0be0e65..b48e4ae53f 100644
--- a/gnu/packages/rdesktop.scm
+++ b/gnu/packages/rdesktop.scm
@@ -168,7 +168,7 @@ of parts of the Windows API.")
 (define-public xrdp
   (package
     (name "xrdp")
-    (version "0.9.22.1")
+    (version "0.9.23.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -176,7 +176,7 @@ of parts of the Windows API.")
                     version "/xrdp-" version ".tar.gz"))
               (sha256
                (base32
-                "1jzknwy003fk5lqzrncbypirq3smpghxy2prg2m2ljjrx77j1lvd"))))
+                "1jpmwywzb6law2hrzm94qy2hgivs7izc2ci0w2h9yxn2j1mizdwg"))))
     (build-system gnu-build-system)
     (inputs (list check
                   fuse-2



reply via email to

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