diff options
| author | Ashish SHUKLA <ashish.is@lostca.se> | 2026-04-18 23:47:53 +0200 |
|---|---|---|
| committer | Greg Hogan <code@greghogan.com> | 2026-04-24 11:03:23 +0000 |
| commit | b5e877667d49173e64dda937e5b67640e924941c (patch) | |
| tree | db4df6eba121d02be3b1ad59c8c1035a11c28b9b /gnu/packages/cpp.scm | |
| parent | a3b0ebdde1f9e3dc981ee6bb4390dff74b4b91da (diff) | |
gnu: simdjson: Update to 4.6.2.
* gnu/packages/cpp.scm (simdjson): Update to 4.6.2.
Change-Id: I6ed5fa8293acc74ea0031ce781f1aacdaed05c13
Signed-off-by: Greg Hogan <code@greghogan.com>
Diffstat (limited to 'gnu/packages/cpp.scm')
| -rw-r--r-- | gnu/packages/cpp.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index df394685b29..45014daab2c 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm | |||
| @@ -44,7 +44,7 @@ | |||
| 44 | ;;; Copyright © 2024 Jakob Kirsch <jakob.kirsch@web.de> | 44 | ;;; Copyright © 2024 Jakob Kirsch <jakob.kirsch@web.de> |
| 45 | ;;; Copyright © 2025 Sharlatan Hellseher <sharlatanus@gmail.com> | 45 | ;;; Copyright © 2025 Sharlatan Hellseher <sharlatanus@gmail.com> |
| 46 | ;;; Copyright © 2025 Sergio Pastor Pérez <sergio.pastorperez@gmail.com> | 46 | ;;; Copyright © 2025 Sergio Pastor Pérez <sergio.pastorperez@gmail.com> |
| 47 | ;;; Copyright © 2025 Ashish SHUKLA <ashish.is@lostca.se> | 47 | ;;; Copyright © 2025, 2026 Ashish SHUKLA <ashish.is@lostca.se> |
| 48 | ;;; Copyright © 2025 Nicolas Graves <ngraves@ngraves.fr> | 48 | ;;; Copyright © 2025 Nicolas Graves <ngraves@ngraves.fr> |
| 49 | ;;; Copyright © 2025 Romain Garbage <romain.garbage@inria.fr> | 49 | ;;; Copyright © 2025 Romain Garbage <romain.garbage@inria.fr> |
| 50 | ;;; Copyright © 2024, 2025 Janneke Nieuwenhuizen <janneke@gnu.org> | 50 | ;;; Copyright © 2024, 2025 Janneke Nieuwenhuizen <janneke@gnu.org> |
| @@ -3360,7 +3360,7 @@ which can evaluate Jsonnet files and expressions."))) | |||
| 3360 | (define-public simdjson | 3360 | (define-public simdjson |
| 3361 | (package | 3361 | (package |
| 3362 | (name "simdjson") | 3362 | (name "simdjson") |
| 3363 | (version "3.13.0") | 3363 | (version "4.6.3") |
| 3364 | (source (origin | 3364 | (source (origin |
| 3365 | (method git-fetch) | 3365 | (method git-fetch) |
| 3366 | (uri (git-reference | 3366 | (uri (git-reference |
| @@ -3369,7 +3369,7 @@ which can evaluate Jsonnet files and expressions."))) | |||
| 3369 | (file-name (git-file-name name version)) | 3369 | (file-name (git-file-name name version)) |
| 3370 | (sha256 | 3370 | (sha256 |
| 3371 | (base32 | 3371 | (base32 |
| 3372 | "005yli56nrkvlyx9g9cq8dczk42r9a18l162i2s5k81lj3y7mcrp")))) | 3372 | "0729mxnc2wjb94gr4znwlzfmgw5w2v9kd8glvn3vnjhkdnd87zry")))) |
| 3373 | (build-system cmake-build-system) | 3373 | (build-system cmake-build-system) |
| 3374 | (arguments | 3374 | (arguments |
| 3375 | '(#:tests? #f ; tests require downloading dependencies | 3375 | '(#:tests? #f ; tests require downloading dependencies |
