guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.

commit 68aa110463fb55e0bcdedfc329f7449c3eb4ab97
Author: Maxim Cournoyer <maxim.courno...@gmail.com>
AuthorDate: Mon May 19 14:01:22 2025 +0900

    gnu: gtk-vnc: Update to 1.5.0.
    
    * gnu/packages/gnome.scm (gtk-vnc): Update to 1.5.0.
    
    Change-Id: I06c339b5c7c0dc74ed9266e92f81b5fd84a23209
---
 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 53cd3bd1bb..23cda7a601 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9648,7 +9648,7 @@ like switching to windows and launching applications.")
 (define-public gtk-vnc
   (package
     (name "gtk-vnc")
-    (version "1.3.1")
+    (version "1.5.0")
     (source
      (origin
        (method url-fetch)
@@ -9657,7 +9657,7 @@ like switching to windows and launching applications.")
                        (version-major+minor version) "/"
                        name "-" version ".tar.xz"))
        (sha256
-        (base32 "1kpih1gnp3hmsx4l6pig10zn7gd3s5fwm0k6icax0n859sn669si"))))
+        (base32 "08yx6hnf1v6cv4g5fra4cbygg401d9y5dk1slhfr7b98fmsb9gn0"))))
     (build-system meson-build-system)
     (arguments
      `(#:glib-or-gtk? #t))   ; To wrap binaries and/or compile schemas

Reply via email to