guix-commits
[Top][All Lists]
Advanced

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

06/11: gnu: libfastjson: Update to 0.99.9.


From: guix-commits
Subject: 06/11: gnu: libfastjson: Update to 0.99.9.
Date: Tue, 9 Mar 2021 09:25:16 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 362d4787460a8a8414f671aef6c19ad354cb0463
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Mar 9 14:23:12 2021 +0100

    gnu: libfastjson: Update to 0.99.9.
    
    * gnu/packages/c.scm (libfastjson): Update to 0.99.9.
---
 gnu/packages/c.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm
index b104b2f..7d8d41d 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -447,7 +447,7 @@ more, like escaping special characters.")
 (define-public libfastjson
   (package
     (name "libfastjson")
-    (version "0.99.8")
+    (version "0.99.9")
     (source
      (origin
        (method git-fetch)
@@ -456,8 +456,7 @@ more, like escaping special characters.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32
-         "0qhs0g9slj3p0v2z4s3cnsx44msrlb4k78ljg7714qiziqbrbwyl"))))
+        (base32 "12rqcdqxazw8czzxbivdapdgj19pcswpw1jp2915sxbljis83g6q"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("autoconf" ,autoconf)



reply via email to

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