guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]