guix_mirror_bot pushed a commit to branch master
in repository guix.

commit d4d457dfa3c3376d81d3d8d2704d0f28e3422979
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sun Mar 22 11:44:14 2026 +0900

    gnu: gnome-remote-desktop: Update to 49.2.
    
    * gnu/packages/gnome.scm (gnome-remote-desktop): Update to 49.2.
    
    Change-Id: I32bf0e3c88f352087cb5734d18bf23be564cfcea
    Signed-off-by: Noé Lopez <[email protected]>
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 838dd17532..c147781d5c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -13984,7 +13984,7 @@ historical battery usage and related statistics.")
 (define-public gnome-remote-desktop
   (package
     (name "gnome-remote-desktop")
-    (version "48.3")
+    (version "49.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -13992,7 +13992,7 @@ historical battery usage and related statistics.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1gpqnayanq88nxnw64kgkmgdhzg9h27vyx2ci1xc868cpg4m3m8p"))))
+                "1b8nv7iacp0xjb74hidbrypli70xzv6i4mpzh0an5qblfhg4xm3k"))))
     (build-system meson-build-system)
     (arguments
      (list #:configure-flags

Reply via email to