GNU bug report logs -
#73780
[PATCH] gnu: libfastjson: Update to 1.2304.0
Previous Next
Reported by: Aaron Covrig <aaron.covrig.us <at> ieee.org>
Date: Sat, 12 Oct 2024 22:54:01 UTC
Severity: normal
Tags: patch
Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#73780: [PATCH] gnu: libfastjson: Update to 1.2304.0
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 73780 <at> debbugs.gnu.org.
--
73780: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73780
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Aaron Covrig via Guix-patches via <guix-patches <at> gnu.org> writes:
> * gnu/packages/c.scm (libfastjson): Update to 1.2304.0
> ---
> gnu/packages/c.scm | 7 +++----
> 1 file changed, 3 insertions(+), 4 deletions(-)
>
> diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm
> index ce573f451e..7204c63e03 100644
> --- a/gnu/packages/c.scm
> +++ b/gnu/packages/c.scm
> @@ -818,7 +818,7 @@ (define-public libestr
> (define-public libfastjson
> (package
> (name "libfastjson")
> - (version "0.99.9")
> + (version "1.2304.0")
> (source
> (origin
> (method git-fetch)
> @@ -827,10 +827,9 @@ (define-public libfastjson
> (commit (string-append "v" version))))
> (file-name (git-file-name name version))
> (sha256
> - (base32 "12rqcdqxazw8czzxbivdapdgj19pcswpw1jp2915sxbljis83g6q"))))
> + (base32 "0gmyzplnb4cfbg4yai0s8yi13xbaq606d5h50zwlkky712aklwss"))))
> (build-system gnu-build-system)
> - (native-inputs
> - (list autoconf automake libtool))
> + (native-inputs (list autoconf automake libtool))
> (home-page "https://github.com/rsyslog/libfastjson")
> (synopsis "Fast JSON library for C")
> (description
>
> base-commit: e032a0f38ff3394816fdc29554933ce77c545eff
push, close.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
* gnu/packages/c.scm (libfastjson): Update to 1.2304.0
---
gnu/packages/c.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm
index ce573f451e..7204c63e03 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -818,7 +818,7 @@ (define-public libestr
(define-public libfastjson
(package
(name "libfastjson")
- (version "0.99.9")
+ (version "1.2304.0")
(source
(origin
(method git-fetch)
@@ -827,10 +827,9 @@ (define-public libfastjson
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "12rqcdqxazw8czzxbivdapdgj19pcswpw1jp2915sxbljis83g6q"))))
+ (base32 "0gmyzplnb4cfbg4yai0s8yi13xbaq606d5h50zwlkky712aklwss"))))
(build-system gnu-build-system)
- (native-inputs
- (list autoconf automake libtool))
+ (native-inputs (list autoconf automake libtool))
(home-page "https://github.com/rsyslog/libfastjson")
(synopsis "Fast JSON library for C")
(description
base-commit: e032a0f38ff3394816fdc29554933ce77c545eff
--
2.46.0
This bug report was last modified 279 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.