guix_mirror_bot pushed a commit to branch master
in repository guix.

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

    gnu: tecla: Update to 49.0.
    
    * gnu/packages/gnome.scm (tecla): Update to 49.0.
    
    Change-Id: I88a17c316cb87f1531e0fc7d6c9ebf300cc66b65
    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 5c2430ed1d..6110063657 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9507,7 +9507,7 @@ devices using the GNOME desktop.")
 (define-public tecla
   (package
     (name "tecla")
-    (version "48.0.2")
+    (version "49.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -9515,7 +9515,7 @@ devices using the GNOME desktop.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "00flsdil1f2x6q6rlv1a5j2j9kh9zzcxnjbna2qpxkx2s9j38gbq"))))
+                "17r4a7v27n2426bjy3rxiypizfqyf0xp0xrpn7b0rxms0bj2991c"))))
     (build-system meson-build-system)
     (arguments (list #:glib-or-gtk? #t))
     (inputs (list gtk libadwaita))

Reply via email to