lle_bout pushed a commit to branch wip-gnome-40
in repository guix.
commit 1644a305fee45e81f677c2b7b202c9d6b7623fb5
Author: Léo Le Bouter <[email protected]>
AuthorDate: Tue Mar 23 20:55:54 2021 +0100
gnu: gtranslator: Update to 3.38.0.
* gnu/packages/gnome.scm (gtranslator): Update to 3.38.0.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 957c7f6..d668644 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -12006,7 +12006,7 @@ your data.")
(define-public gtranslator
(package
(name "gtranslator")
- (version "3.36.0")
+ (version "3.38.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -12014,7 +12014,7 @@ your data.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1lxd2nkji4jk8g2xmyc1a1r3ww710ddk91zh9psmx8xlb4xivaid"))))
+ "0dbn5p533f0bb084rsfib5bv0slg8ifgv6cfw4xj7n923awakkfv"))))
(build-system meson-build-system)
(inputs
`(("json-glib" ,json-glib)