guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: rapidjson: Update to 1.1.0.


From: Leo Famulari
Subject: 01/01: gnu: rapidjson: Update to 1.1.0.
Date: Tue, 1 Aug 2017 14:45:49 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit d0386db49327c312c2957e3453d9f12fb5863113
Author: Leo Famulari <address@hidden>
Date:   Tue Aug 1 13:09:26 2017 -0400

    gnu: rapidjson: Update to 1.1.0.
    
    * gnu/packages/web.scm (rapidjson): Update to 1.1.0.
    [source]: Remove snippet.
---
 gnu/packages/web.scm | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 6618327..f03f67b 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -449,7 +449,7 @@ current version of any major web browser.")
 (define-public rapidjson
   (package
     (name "rapidjson")
-    (version "1.0.2")
+    (version "1.1.0")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -458,13 +458,7 @@ current version of any major web browser.")
              (file-name (string-append name "-" version ".tar.gz"))
              (sha256
               (base32
-               "0rl6s0vg5y1dhh9vfl1lqay3sxf69sxjh0czxrjmasn7ng91wwf3"))
-             (modules '((guix build utils)))
-             (snippet
-              ;; Building with GCC 4.8 with -Werror was fine, but 4.9.3
-              ;; complains in new ways, so turn of -Werror.
-              '(substitute* (find-files "." "^CMakeLists\\.txt$")
-                 (("-Werror") "")))))
+               "13nrpvw8f1wx0ga7svbzld7pgrv8l172nangpipnj7jaf0lysz5z"))))
     (build-system cmake-build-system)
     (arguments
      `(,@(if (string-prefix? "aarch64" (or (%current-target-system)



reply via email to

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