diff options
author | Ashish SHUKLA <ashish.is@lostca.se> | 2025-06-10 00:28:56 +0200 |
---|---|---|
committer | Greg Hogan <code@greghogan.com> | 2025-06-25 15:26:29 +0000 |
commit | 43fd61dc26dc3b154e9c3f3457ffc057b3ca6b5e (patch) | |
tree | 17e714c182a01ec0d565e00a93808dcf89a93d59 /gnu/packages/cpp.scm | |
parent | 8dc0c8aa9fcb36f8abdcdeffbb080aa66d42cd44 (diff) |
gnu: simdjson: Update to 3.13.0.
* gnu/packages/cpp.scm (simdjson): Update to 3.13.0.
Change-Id: Id8cd95bd5c95adfea95fcc83aadbe16e569e0438
Signed-off-by: Greg Hogan <code@greghogan.com>
Diffstat (limited to 'gnu/packages/cpp.scm')
-rw-r--r-- | gnu/packages/cpp.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index e2513d75d7..a4d022036f 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -3055,7 +3055,7 @@ which can evaluate Jsonnet files and expressions."))) (define-public simdjson (package (name "simdjson") - (version "3.10.1") + (version "3.13.0") (source (origin (method git-fetch) (uri (git-reference @@ -3064,7 +3064,7 @@ which can evaluate Jsonnet files and expressions."))) (file-name (git-file-name name version)) (sha256 (base32 - "1qv7lvls7x9aw6mlnwfgchbajsxh6qygp09wpkb2w6mjdbidmi0h")))) + "005yli56nrkvlyx9g9cq8dczk42r9a18l162i2s5k81lj3y7mcrp")))) (build-system cmake-build-system) (arguments '(#:tests? #f ; tests require downloading dependencies |