emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#61077: closed ([PATCH] gnu: simdjson: Update to 3.1.0.)


From: GNU bug Tracking System
Subject: bug#61077: closed ([PATCH] gnu: simdjson: Update to 3.1.0.)
Date: Wed, 01 Feb 2023 08:54:03 +0000

Your message dated Wed, 01 Feb 2023 08:51:04 +0000
with message-id <87cz6tpy1g.fsf@cbaines.net>
and subject line Re: [bug#61077] [PATCH] gnu: simdjson: Update to 3.1.0.
has caused the debbugs.gnu.org bug report #61077,
regarding [PATCH] gnu: simdjson: Update to 3.1.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
61077: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61077
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: simdjson: Update to 3.1.0. Date: Thu, 26 Jan 2023 15:36:38 +0000
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#61077] [PATCH] gnu: simdjson: Update to 3.1.0. Date: Wed, 01 Feb 2023 08:51:04 +0000 User-agent: mu4e 1.8.11; emacs 28.2
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: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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