guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 02/02: gnu:guile-json-1: Update to 1.3.2.
Date: Thu, 6 Aug 2020 03:05:53 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 327ebd55ca595aa3fac41139c906fbe05b5b6e0b
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Aug 6 10:03:33 2020 +0300

    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.
---
 gnu/packages/guile.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index ccfa753..03c1dd0 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -513,7 +513,7 @@ GNU@tie{}Guile.  Use the @code{(ice-9 readline)} module and 
call its
 (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 @@ GNU@tie{}Guile.  Use the @code{(ice-9 readline)} module 
and call its
                                   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)))



reply via email to

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