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

commit 17b955648717742c5591daddc503d86018251fb6
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sat Jul 26 22:57:53 2025 +0900

    gnu: jsonrpc-glib: Update to 3.44.2.
    
    * gnu/packages/gnome.scm (jsonrpc-glib): Update to 3.44.2.
    
    Change-Id: Id290de6a9a87310789c4bdcde47981bf48c91de1
---
 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 7f9713b16a..6d37be8b8a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -13644,7 +13644,7 @@ audio files.")
 (define-public jsonrpc-glib
   (package
     (name "jsonrpc-glib")
-    (version "3.44.1")
+    (version "3.44.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -13652,7 +13652,7 @@ audio files.")
                                    name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1prhpdw4nrbcb00vvjhgc0w04ifaz2x5jbhhwnplcml0kizd2q8k"))))
+                "15kkwyp58hfjra1pfba0lm006fyw801xi9c2nil38kriw6v9cm4n"))))
     (build-system meson-build-system)
     (arguments
      (list

Reply via email to