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>
This commit is contained in:
Greg Hogan 2023-01-26 15:36:38 +00:00 committed by Christopher Baines
parent 01f1e8bbb2
commit bdd107088d
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -1818,7 +1818,7 @@ (define-public jsonnet
(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 @@ (define-public simdjson
(file-name (git-file-name name version))
(sha256
(base32
"05i5jnqd7ngps79cws16ls48gnx08ykkkib3n2hbrdhr1wwrnv7a"))))
"0q784bm8xbz3p782dw02cdds6m71wk3acy94vva8krc9g88142ws"))))
(build-system cmake-build-system)
(arguments
'(#:tests? #f ; tests require downloading dependencies