guix-commits
[Top][All Lists]
Advanced

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

06/09: gnu: simdjson: Update to 3.1.0.


From: guix-commits
Subject: 06/09: gnu: simdjson: Update to 3.1.0.
Date: Wed, 1 Feb 2023 03:49:10 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit bdd107088d2450cebc05daab2fa7218469303a3a
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Thu Jan 26 15:36:38 2023 +0000

    gnu: simdjson: Update to 3.1.0.
    
    * gnu/packages/cpp.scm (simdjson): Update to 3.1.0.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 gnu/packages/cpp.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 0eecab50fb..6fa4c0f7a0 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -1818,7 +1818,7 @@ syntax with variables, conditions, functions and more.")
 (define-public simdjson
   (package
     (name "simdjson")
-    (version "1.0.2")
+    (version "3.1.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1827,7 +1827,7 @@ syntax with variables, conditions, functions and more.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "05i5jnqd7ngps79cws16ls48gnx08ykkkib3n2hbrdhr1wwrnv7a"))))
+                "0q784bm8xbz3p782dw02cdds6m71wk3acy94vva8krc9g88142ws"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f                      ; tests require downloading 
dependencies



reply via email to

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