guix-commits
[Top][All Lists]
Advanced

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

56/97: gnu: json-glib: Update to 1.2.0.


From: Ludovic Courtès
Subject: 56/97: gnu: json-glib: Update to 1.2.0.
Date: Wed, 13 Apr 2016 17:31:47 +0000

civodul pushed a commit to branch gnome-updates
in repository guix.

commit 27e6b4f20b5a29f71857bdaa87cec58c080113d4
Author: 宋文武 <address@hidden>
Date:   Wed Apr 6 22:43:19 2016 +0800

    gnu: json-glib: Update to 1.2.0.
    
    * gnu/packages/gnome.scm (json-glib): Update to 1.2.0.
---
 gnu/packages/gnome.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 01c4748..f7c5dc7 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1861,7 +1861,7 @@ configuration storage systems.")
 (define-public json-glib
   (package
     (name "json-glib")
-    (version "1.0.4")
+    (version "1.2.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -1869,7 +1869,7 @@ configuration storage systems.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1k85vvb2prmk8aa8hmr2rp9rnbhffjgnmr18b13g24xxnqy5kww0"))
+                "1lx7p1c7cl21byvfgw92n8dhm09vi6qxrs0zkx9dg3y096zdzmlr"))
               (modules '((guix build utils)))
               (snippet
                ;; Don't duplicate test names.



reply via email to

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