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

commit 21a0e90170e00949a0681d006561d94d25625747
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 c06d34f9b6..7ea3b6fb28 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -13288,7 +13288,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 "/"
@@ -13296,7 +13296,7 @@ audio files.")
                                    name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1prhpdw4nrbcb00vvjhgc0w04ifaz2x5jbhhwnplcml0kizd2q8k"))))
+                "15kkwyp58hfjra1pfba0lm006fyw801xi9c2nil38kriw6v9cm4n"))))
     (build-system meson-build-system)
     (arguments
      (list

Reply via email to