gnu: json-glib: Update to 1.2.2.

* gnu/packages/gnome.scm (json-glib): Update to 1.2.2.
This commit is contained in:
宋文武 2016-08-22 21:51:55 +08:00
parent c46b9dc369
commit eef1ad0164
No known key found for this signature in database
GPG Key ID: 26525665AE727D37
1 changed files with 2 additions and 2 deletions

View File

@ -1950,7 +1950,7 @@ configuration storage systems.")
(define-public json-glib (define-public json-glib
(package (package
(name "json-glib") (name "json-glib")
(version "1.2.0") (version "1.2.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/" (uri (string-append "mirror://gnome/sources/" name "/"
@ -1958,7 +1958,7 @@ configuration storage systems.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1lx7p1c7cl21byvfgw92n8dhm09vi6qxrs0zkx9dg3y096zdzmlr")) "08d6449sgnwfh92x8rhwsm03g8frv0mvp3s4wl3cskw25asql4pa"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
;; Don't duplicate test names. ;; Don't duplicate test names.