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.
master
Marius Bakke 2018-05-01 00:07:27 +02:00
parent 2e402618f6
commit c0ef8ae22d
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 3 additions and 8 deletions

View File

@ -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