From 27193ae08466121caa0c40178c6a327b132fc00b Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Mon, 19 May 2025 14:01:22 +0900 Subject: [PATCH] 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 3983f43c1e6..0511b9d0030 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -9330,7 +9330,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 "/" @@ -9338,7 +9338,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))