guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: json-c: Update to 0.12.1.


From: Leo Famulari
Subject: 01/01: gnu: json-c: Update to 0.12.1.
Date: Wed, 5 Oct 2016 21:38:59 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit 87312f8aa1a24bfb072496ac845683fdbee3faa4
Author: Leo Famulari <address@hidden>
Date:   Sun Oct 2 13:44:09 2016 -0400

    gnu: json-c: Update to 0.12.1.
    
    * gnu/packages/web.scm (json-c): Update to 0.12.1.
---
 gnu/packages/web.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 6f59145..4901f11 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -255,7 +255,7 @@ data.")
 (define-public json-c
   (package
     (name "json-c")
-    (version "0.12")
+    (version "0.12.1")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -263,7 +263,7 @@ data.")
                    version ".tar.gz"))
              (sha256
               (base32
-               "0gwzic3ifg2d0w32ya3agpxh8i083cgvf7kmc51cnbgqnfr02300"))
+               "08qibrq29a5v7g23wi5icy6l4fbfw90h9ccps6vq0bcklx8n84ra"))
              (modules '((guix build utils)))
              (snippet
               '(begin



reply via email to

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