1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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>
This commit is contained in:
Ashish SHUKLA
2025-06-10 00:28:56 +02:00
committed by Greg Hogan
parent 8dc0c8aa9f
commit 43fd61dc26

View File

@@ -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