[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/15: gnu: Add simdjson 0.6.
From: |
guix-commits |
Subject: |
14/15: gnu: Add simdjson 0.6. |
Date: |
Thu, 28 Sep 2023 05:46:45 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 04e90035b8d047d080ae13f9414ffb8e4776fe52
Author: Jean-Pierre De Jesus DIAZ <jean@foundationdevices.com>
AuthorDate: Wed Sep 20 14:39:32 2023 +0200
gnu: Add simdjson 0.6.
* gnu/packages/cpp.scm (simdjson-0.6): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/cpp.scm | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 7117ada000..7d9eb2a264 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -2048,6 +2048,20 @@ validation.")
(home-page "https://github.com/simdjson/simdjson")
(license license:asl2.0)))
+(define-public simdjson-0.6
+ (package
+ (inherit simdjson)
+ (version "0.6.1")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/simdjson/simdjson")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name (package-name simdjson) version))
+ (sha256
+ (base32
+ "038i9nmk85vpxvs546w6cyci0ppdrrp5wnlv1kffxw29x71a3g5l"))))))
+
(define-public bloomberg-bde-tools
(let ((commit "f63dfe9114cd7df29623bd01f644b9f654253972"))
(package
- branch master updated (c480222665 -> 6fa85076ae), guix-commits, 2023/09/28
- 06/15: gnu: ucsim: Use gexps., guix-commits, 2023/09/28
- 03/15: gnu: openssl@1.1: Upgrade replacement to 1.1.1u., guix-commits, 2023/09/28
- 08/15: gnu: ucsim: Move documentation to "doc" output., guix-commits, 2023/09/28
- 02/15: gnu: openssl@1.1: Really replace with fixed version., guix-commits, 2023/09/28
- 04/15: gnu: ublock-origin: Update to 1.51.0., guix-commits, 2023/09/28
- 15/15: gnu: fulcrum: Update to 1.9.1., guix-commits, 2023/09/28
- 09/15: gnu: ucsim: Update to 0.8.0., guix-commits, 2023/09/28
- 11/15: gnu: emacs-sly: Update to 1.0.43-8.df62aba., guix-commits, 2023/09/28
- 10/15: archive: Fix ‘--version’ typo., guix-commits, 2023/09/28
- 14/15: gnu: Add simdjson 0.6.,
guix-commits <=
- 13/15: gnu: Add robin-hood-hashing., guix-commits, 2023/09/28
- 07/15: gnu: ucsim: Disable tests., guix-commits, 2023/09/28
- 01/15: gnu: guix: Update to d0438fc., guix-commits, 2023/09/28
- 12/15: gnu: sbcl-slynk: Update to 1.0.43-8-df62aba., guix-commits, 2023/09/28
- 05/15: gnu: xpra: Update to 5.0.2, guix-commits, 2023/09/28