mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: tepl: Update to 6.4.0.
* gnu/packages/gnome.scm (tepl): Update to 6.4.0.
This commit is contained in:
parent
a5a990d074
commit
d88dcdadbd
1 changed files with 2 additions and 2 deletions
|
@ -1048,7 +1048,7 @@ (define-public portablexdr
|
|||
(define-public tepl
|
||||
(package
|
||||
(name "tepl")
|
||||
(version "6.1.2")
|
||||
(version "6.4.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1058,7 +1058,7 @@ (define-public tepl
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"16x14j3nvsjj7jb2qmxpzygnlcy7sd7p6skv0sqshkwdlp4jxzha"))))
|
||||
"08bkp3wrvmcks0082lfw4a0ian9c6j68rdb43px0bkyhd43b4mjy"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:glib-or-gtk? #t
|
||||
|
|
Loading…
Reference in a new issue