[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16/20: gnu: simdjson: Update to 1.0.2.
From: |
guix-commits |
Subject: |
16/20: gnu: simdjson: Update to 1.0.2. |
Date: |
Mon, 29 Nov 2021 19:09:17 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 4c62406371e7b986eb69398dbc90003a7d1b2160
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Nov 29 21:34:18 2021 +0100
gnu: simdjson: Update to 1.0.2.
* gnu/packages/cpp.scm (simdjson): Update to 1.0.2.
---
gnu/packages/cpp.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 9520a16..e2f2279 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
- 07/20: gnu: btrfs-progs: Update to 5.15.1., (continued)
- 07/20: gnu: btrfs-progs: Update to 5.15.1., guix-commits, 2021/11/29
- 06/20: gnu: powerstat: Update to 0.02.27., guix-commits, 2021/11/29
- 08/20: gnu: ethtool: Update to 5.15., guix-commits, 2021/11/29
- 05/20: gnu: powerstat: Fetch sources from Git., guix-commits, 2021/11/29
- 09/20: gnu: rxvt-unicode: Update to 9.30., guix-commits, 2021/11/29
- 10/20: gnu: xa: Update to 2.3.12., guix-commits, 2021/11/29
- 12/20: gnu: quazip@1: Update to 1.2., guix-commits, 2021/11/29
- 15/20: gnu: diffoscope: Update to 194., guix-commits, 2021/11/29
- 11/20: gnu: thefuck: Update to 3.31., guix-commits, 2021/11/29
- 13/20: gnu: lttoolbox: Update to 3.5.4., guix-commits, 2021/11/29
- 16/20: gnu: simdjson: Update to 1.0.2.,
guix-commits <=
- 17/20: gnu: indi: Update to 1.9.3., guix-commits, 2021/11/29
- 14/20: gnu: lttoolbox: Omit static libraries., guix-commits, 2021/11/29
- 20/20: services: Accept <inferior-package>s in lieu of <package>s., guix-commits, 2021/11/29
- 19/20: gnu: squashfs-tools: Update to 4.5., guix-commits, 2021/11/29
- 18/20: gnu: toybox: Update to 0.8.5., guix-commits, 2021/11/29