unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#73780] [PATCH] gnu: libfastjson: Update to 1.2304.0
@ 2024-10-12 22:53 Aaron Covrig via Guix-patches via
  2024-10-14 14:52 ` Zheng Junjie
  0 siblings, 1 reply; 2+ messages in thread
From: Aaron Covrig via Guix-patches via @ 2024-10-12 22:53 UTC (permalink / raw)
  To: 73780; +Cc: Aaron Covrig

* 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





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

end of thread, other threads:[~2024-10-14 14:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-12 22:53 [bug#73780] [PATCH] gnu: libfastjson: Update to 1.2304.0 Aaron Covrig via Guix-patches via
2024-10-14 14:52 ` Zheng Junjie

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).