guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit 2f7e81c65ce331ba9dd5d85d06e3179d690aaab0
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon May 19 14:01:22 2025 +0900
gnu: tecla: Update to 48.0.2.
* gnu/packages/gnome.scm (tecla): Update to 48.0.2.
Change-Id: I3f808de0baa8de76b256b343911e5ef188b0b77f
---
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 e529a953e8..fd55eb82b9 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9190,7 +9190,7 @@ devices using the GNOME desktop.")
(define-public tecla
(package
(name "tecla")
- (version "46.0")
+ (version "48.0.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -9198,7 +9198,7 @@ devices using the GNOME desktop.")
name "-" version ".tar.xz"))
(sha256
(base32
- "03qvb526zywhh9059adwm8iz682rckbwm4c9fl4qnnkshsmiw22a"))))
+ "00flsdil1f2x6q6rlv1a5j2j9kh9zzcxnjbna2qpxkx2s9j38gbq"))))
(build-system meson-build-system)
(arguments (list #:glib-or-gtk? #t))
(inputs (list gtk libadwaita))