all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#61077] [PATCH] gnu: simdjson: Update to 3.1.0.
@ 2023-01-26 15:36 Greg Hogan
  2023-02-01  8:51 ` bug#61077: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Greg Hogan @ 2023-01-26 15:36 UTC (permalink / raw)
  To: 61077; +Cc: Greg Hogan

* gnu/packages/cpp.scm (simdjson): Update to 3.1.0.
---
 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 7267dfd872..80c6c5f0eb 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -1818,7 +1818,7 @@ (define-public jsonnet
 (define-public simdjson
   (package
     (name "simdjson")
-    (version "1.0.2")
+    (version "3.1.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1827,7 +1827,7 @@ (define-public simdjson
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "05i5jnqd7ngps79cws16ls48gnx08ykkkib3n2hbrdhr1wwrnv7a"))))
+                "0q784bm8xbz3p782dw02cdds6m71wk3acy94vva8krc9g88142ws"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f                      ; tests require downloading dependencies
-- 
2.39.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#61077: [PATCH] gnu: simdjson: Update to 3.1.0.
  2023-01-26 15:36 [bug#61077] [PATCH] gnu: simdjson: Update to 3.1.0 Greg Hogan
@ 2023-02-01  8:51 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-02-01  8:51 UTC (permalink / raw)
  To: Greg Hogan; +Cc: 61077-done, guix-patches

[-- Attachment #1: Type: text/plain, Size: 274 bytes --]


Greg Hogan <code@greghogan.com> writes:

> * gnu/packages/cpp.scm (simdjson): Update to 3.1.0.
> ---
>  gnu/packages/cpp.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks! I've pushed this to master as
bdd107088d2450cebc05daab2fa7218469303a3a.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-02-01  8:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-26 15:36 [bug#61077] [PATCH] gnu: simdjson: Update to 3.1.0 Greg Hogan
2023-02-01  8:51 ` bug#61077: " Christopher Baines

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.