guix_mirror_bot pushed a commit to branch misc-world-rebuild
in repository guix.

commit 95144c010c0461e6ceb0dbc24278c4a384d2a36a
Author: Ashish SHUKLA <[email protected]>
AuthorDate: Mon Aug 11 11:44:15 2025 +0200

    gnu: jansson: Update to 2.15.0.
    
    * gnu/packages/web.scm (jansson): Update to 2.15.0.
    
    Change-Id: I9721fe4f16b1a622ddb49c3a53b3a94b1cb49500
    Merges: https://codeberg.org/guix/guix/pulls/1935
    Signed-off-by: Nguyễn Gia Phong <[email protected]>
---
 gnu/packages/web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 7db8909482..211fa59d84 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1475,7 +1475,7 @@ used to train large language models, and poisoning the 
collected data.")
 (define-public jansson
   (package
     (name "jansson")
-    (version "2.14")
+    (version "2.15.0")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://github.com/akheron/jansson";
@@ -1483,7 +1483,7 @@ used to train large language models, and poisoning the 
collected data.")
                                  "/jansson-" version ".tar.bz2"))
              (sha256
               (base32
-               "1fdgji964mrrz19glx0zh91asji542fvybymvzk6rrbagkr5dagv"))))
+               "0m49glsr5v376jpyj2y0xyr11703pr4bfgipz5jk2dq0a1vcgsm7"))))
     (build-system gnu-build-system)
     (arguments
      (list

Reply via email to