gnu: tecla: Update to 48.0.2.

* gnu/packages/gnome.scm (tecla): Update to 48.0.2.

Change-Id: I3f808de0baa8de76b256b343911e5ef188b0b77f
This commit is contained in:
Maxim Cournoyer 2025-05-19 14:01:22 +09:00 committed by Liliana Marie Prikler
parent e116342cf2
commit 27193ae084
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -9330,7 +9330,7 @@ devices using the GNOME desktop.")
(define-public tecla (define-public tecla
(package (package
(name "tecla") (name "tecla")
(version "46.0") (version "48.0.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/" (uri (string-append "mirror://gnome/sources/" name "/"
@ -9338,7 +9338,7 @@ devices using the GNOME desktop.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"03qvb526zywhh9059adwm8iz682rckbwm4c9fl4qnnkshsmiw22a")))) "00flsdil1f2x6q6rlv1a5j2j9kh9zzcxnjbna2qpxkx2s9j38gbq"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (list #:glib-or-gtk? #t)) (arguments (list #:glib-or-gtk? #t))
(inputs (list gtk libadwaita)) (inputs (list gtk libadwaita))