lle_bout pushed a commit to branch wip-gnome-40
in repository guix.
commit 1a9cc229806de02f02eae83bfaf9a94eb476cacf
Author: Léo Le Bouter <[email protected]>
AuthorDate: Tue Mar 23 20:55:15 2021 +0100
gnu: jsonrpc-glib: Update to 3.38.0.
* gnu/packages/gnome.scm (jsonrpc-glib): 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 b552f11..3197328 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11663,7 +11663,7 @@ audio files.")
(define-public jsonrpc-glib
(package
(name "jsonrpc-glib")
- (version "3.34.0")
+ (version "3.38.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -11671,7 +11671,7 @@ audio files.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0j05x4xv2cp3cbmp30m68z8g4rdw7b030ip4wszyfj9ya15v5kni"))))
+ "10laga98qf1jcsijgns4yr5anj1iw7ni36pwm07vflhim4a1jpyw"))))
(build-system meson-build-system)
(inputs
`(("json-glib" ,json-glib)