diff options
author | dan <i@dan.games> | 2024-09-23 07:04:04 +0800 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-09-26 13:17:52 +0900 |
commit | 98c7d9e2a5afcc13b234194a4518cfc15e9dfeeb (patch) | |
tree | 2386125685a5f72c944bd2ba7ae1eb8de5aeafec /gnu/packages | |
parent | 7ee28b3a9ddd3e02fc12ae425bb7f391f7eb827f (diff) | |
download | guix-98c7d9e2a5afcc13b234194a4518cfc15e9dfeeb.tar guix-98c7d9e2a5afcc13b234194a4518cfc15e9dfeeb.tar.gz |
gnu: simdjson: Update to 3.10.1.
* gnu/packages/cpp.scm (simdjson): Update to 3.10.1.
Change-Id: I6711077e162bcfbf6702d521fdeec44e3b21f074
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Diffstat (limited to 'gnu/packages')
-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 7d782c7ea6..c805dae825 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -2395,7 +2395,7 @@ which can evaluate Jsonnet files and expressions."))) (define-public simdjson (package (name "simdjson") - (version "3.1.0") + (version "3.10.1") (source (origin (method git-fetch) (uri (git-reference @@ -2404,7 +2404,7 @@ which can evaluate Jsonnet files and expressions."))) (file-name (git-file-name name version)) (sha256 (base32 - "0q784bm8xbz3p782dw02cdds6m71wk3acy94vva8krc9g88142ws")))) + "1qv7lvls7x9aw6mlnwfgchbajsxh6qygp09wpkb2w6mjdbidmi0h")))) (build-system cmake-build-system) (arguments '(#:tests? #f ; tests require downloading dependencies |