gnu: tepl: Update to 6.4.0.

* gnu/packages/gnome.scm (tepl): Update to 6.4.0.
This commit is contained in:
Liliana Marie Prikler 2023-01-11 21:22:35 +01:00
parent a5a990d074
commit d88dcdadbd
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -1048,7 +1048,7 @@ (define-public portablexdr
(define-public tepl (define-public tepl
(package (package
(name "tepl") (name "tepl")
(version "6.1.2") (version "6.4.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -1058,7 +1058,7 @@ (define-public tepl
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"16x14j3nvsjj7jb2qmxpzygnlcy7sd7p6skv0sqshkwdlp4jxzha")))) "08bkp3wrvmcks0082lfw4a0ian9c6j68rdb43px0bkyhd43b4mjy"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
`(#:glib-or-gtk? #t `(#:glib-or-gtk? #t