mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
e116342cf2
commit
27193ae084
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue