lilyp pushed a commit to branch gnome-team
in repository guix.

commit 6d9c8157031f9e6d12a9815b2e7588bc09019241
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sat Dec 28 20:22:42 2024 +0100

    gnu: jsonrpc-glib: Update to 3.44.1.
    
    * gnu/packages/gnome.scm (jsonrpc-glib): Update to 3.44.1.
    
    Reviewed-by: Maxim Cournoyer <[email protected]>
---
 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 d859f0aeda..31363ae0fe 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -13489,7 +13489,7 @@ audio files.")
 (define-public jsonrpc-glib
   (package
     (name "jsonrpc-glib")
-    (version "3.44.0")
+    (version "3.44.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -13497,7 +13497,7 @@ audio files.")
                                    name "-" version ".tar.xz"))
               (sha256
                (base32
-                "01nfsny3612c6l5q7qaazjpbzin0h357xblc81sm3k6ha016lh39"))))
+                "1prhpdw4nrbcb00vvjhgc0w04ifaz2x5jbhhwnplcml0kizd2q8k"))))
     (build-system meson-build-system)
     (arguments
      (list

Reply via email to