lle_bout pushed a commit to branch wip-gnome-40
in repository guix.
commit de0fc7115e2de59c8d4121f794a7f96de3e2928c
Author: Léo Le Bouter <[email protected]>
AuthorDate: Tue Mar 23 20:36:56 2021 +0100
gnu: json-glib: Update to 1.6.2.
* gnu/packages/gnome.scm (json-glib): Update to 1.6.2.
---
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 5cbe397..2f68b0f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4505,7 +4505,7 @@ configuration storage systems.")
(define-public json-glib
(package
(name "json-glib")
- (version "1.4.4")
+ (version "1.6.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -4513,7 +4513,7 @@ configuration storage systems.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0ixwyis47v5bkx6h8a1iqlw3638cxcv57ivxv4gw2gaig51my33j"))))
+ "092g2dyy1hhl0ix9kp33wcab0pg1qicnsv0cj5ms9g9qs336cgd3"))))
(build-system meson-build-system)
(native-inputs
`(("gettext" ,gettext-minimal)