guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: json-c: Update to 0.13.1.


From: Marius Bakke
Subject: 01/02: gnu: json-c: Update to 0.13.1.
Date: Tue, 1 May 2018 09:54:04 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit c0ef8ae22da4bb006abbb8a5b6cf99ec3e2ae335
Author: Marius Bakke <address@hidden>
Date:   Tue May 1 00:07:27 2018 +0200

    gnu: json-c: Update to 0.13.1.
    
    * gnu/packages/web.scm (json-c): Update to 0.13.1.
    [source](snippet): Remove obsolete substitution.
    [arguments]: Remove.
---
 gnu/packages/web.scm | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 2b88e69..f0fce05 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -524,7 +524,7 @@ data.")
 (define-public json-c
   (package
     (name "json-c")
-    (version "0.13")
+    (version "0.13.1")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -532,7 +532,7 @@ data.")
                    version ".tar.gz"))
              (sha256
               (base32
-               "0kf2594kxcfga6x0mvwzj2qg8pgxhjkibc16ghnw85mdx45ph5h3"))
+               "0ws8dz9nk8q2c0gbf66kg2r6mrkl7kamd3gpdv9zsyrz9n6n0zmq"))
              (modules '((guix build utils)))
              (snippet
               '(begin
@@ -541,13 +541,8 @@ data.")
                  ;; run 'autoheader'.
                  (set-file-time "config.h.in"
                                 (stat "aclocal.m4"))
-
-                 ;; Don't try to build with -Werror.
-                 (substitute* (find-files "." "Makefile\\.in")
-                   (("-Werror") ""))))))
+                 #t))))
     (build-system gnu-build-system)
-    (arguments '(#:parallel-build? #f
-                 #:parallel-tests? #f))
     (home-page "https://github.com/json-c/json-c/wiki";)
     (synopsis "JSON implementation in C")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]