mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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:
parent
a220ed0758
commit
327ebd55ca
1 changed files with 4 additions and 2 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue