This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a29122743a gnu: hubbub: Modernize input.
a29122743a is described below

commit a29122743a67a453ca74042e00d521fffcbc3310
Author: Andreas Enge <[email protected]>
AuthorDate: Tue Feb 17 22:09:36 2026 +0100

    gnu: hubbub: Modernize input.
    
    * gnu/packages/web.scm (hubbub)[native-inputs]: Replace json-c-0.12
    by json-c.
    
    Change-Id: Ib094c7033eb2d082d979d512f22579499355b991
---
 gnu/packages/web.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 50f6588f52..def3d6c707 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -6172,7 +6172,7 @@ C.  It is developed as part of the NetSurf project.")
            pkg-config
            doxygen
            gperf
-           json-c-0.12 ; check whether json-c-0.12 can be removed
+           json-c
            perl))
     (propagated-inputs
      (list libparserutils)) ;for libhubbub.pc

Reply via email to