diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-11-29 21:34:18 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-11-30 01:08:54 +0100 |
commit | 4c62406371e7b986eb69398dbc90003a7d1b2160 (patch) | |
tree | dc9b89d3ffc3796e02b46880fb76c099e7e1fc26 | |
parent | c6a15cf7566ce939c323cb4eac114fb156756237 (diff) |
gnu: simdjson: Update to 1.0.2.
* gnu/packages/cpp.scm (simdjson): Update to 1.0.2.
-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 9520a164f1..e2f2279418 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -1376,7 +1376,7 @@ syntax with variables, conditions, functions and more.") (define-public simdjson (package (name "simdjson") - (version "1.0.0") + (version "1.0.2") (source (origin (method git-fetch) (uri (git-reference @@ -1385,7 +1385,7 @@ syntax with variables, conditions, functions and more.") (file-name (git-file-name name version)) (sha256 (base32 - "08qpsw0i8481xlyyghzyszb1vh4c8i7krzzghvr9m4yg394vf6zn")))) + "05i5jnqd7ngps79cws16ls48gnx08ykkkib3n2hbrdhr1wwrnv7a")))) (build-system cmake-build-system) (arguments '(#:tests? #f ; tests require downloading dependencies |