diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-01-11 21:22:35 +0100 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-01-22 12:54:36 +0100 |
commit | d88dcdadbd2b03062e23d2bebe22c1b86c1207ff (patch) | |
tree | 6cfe9c7e61295415c0b5d588b7a0848e6478b47e /gnu/packages/gnome.scm | |
parent | a5a990d07429cb836c3811930900d6cebdbfb35f (diff) | |
download | guix-d88dcdadbd2b03062e23d2bebe22c1b86c1207ff.tar.gz |
gnu: tepl: Update to 6.4.0.
* gnu/packages/gnome.scm (tepl): Update to 6.4.0.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index b5b7a33b5b..bd95a7d06a 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1048,7 +1048,7 @@ between different kinds of computer systems.") (define-public tepl (package (name "tepl") - (version "6.1.2") + (version "6.4.0") (source (origin (method url-fetch) @@ -1058,7 +1058,7 @@ between different kinds of computer systems.") name "-" version ".tar.xz")) (sha256 (base32 - "16x14j3nvsjj7jb2qmxpzygnlcy7sd7p6skv0sqshkwdlp4jxzha")))) + "08bkp3wrvmcks0082lfw4a0ian9c6j68rdb43px0bkyhd43b4mjy")))) (build-system meson-build-system) (arguments `(#:glib-or-gtk? #t |