diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-04-06 22:43:19 +0800 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-04-16 11:46:50 +0200 |
commit | 272529077cc2ed95cf0a9c4325851f90d59cac13 (patch) | |
tree | 400886b2598702f0e9a81408e6a04e66a675c90d | |
parent | eb771d5b9a1a6b79fa7057b06fd2daddf7f427d8 (diff) | |
download | guix-272529077cc2ed95cf0a9c4325851f90d59cac13.tar guix-272529077cc2ed95cf0a9c4325851f90d59cac13.tar.gz |
gnu: json-glib: Update to 1.2.0.
* gnu/packages/gnome.scm (json-glib): Update to 1.2.0.
-rw-r--r-- | 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 3f986f1c74..78f7f548c0 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1862,7 +1862,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 "/" @@ -1870,7 +1870,7 @@ configuration storage systems.") name "-" version ".tar.xz")) (sha256 (base32 - "1k85vvb2prmk8aa8hmr2rp9rnbhffjgnmr18b13g24xxnqy5kww0")) + "1lx7p1c7cl21byvfgw92n8dhm09vi6qxrs0zkx9dg3y096zdzmlr")) (modules '((guix build utils))) (snippet ;; Don't duplicate test names. |