gnu:guile-json-1: Update to 1.3.2.

* gnu/packages/guile.scm (guile-json-1): Update to 1.3.2.
[arguments]: Add make-flag to supress guild warnings.
This commit is contained in:
Efraim Flashner 2020-08-06 10:03:33 +03:00
parent a220ed0758
commit 327ebd55ca
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -513,7 +513,7 @@ (define-public guile-for-guile-emacs
(define-public guile-json-1
(package
(name "guile-json")
(version "1.2.0")
(version "1.3.2")
(home-page "https://github.com/aconchillo/guile-json")
(source (origin
(method url-fetch)
@ -521,8 +521,10 @@ (define-public guile-json-1
version ".tar.gz"))
(sha256
(base32
"15gnb84d7hpazqhskkf3g9z4r6knw54wfj4ch5270kakz1lp70c9"))))
"0m6yzb169r6iz56k3nkncjaiijwi4p0x9ijn1p5ax3s77jklxy9k"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags '("GUILE_AUTO_COMPILE=0"))) ;to prevent guild warnings
(native-inputs `(("pkg-config" ,pkg-config)
("guile" ,guile-2.2)))
(inputs `(("guile" ,guile-2.2)))