gnu: gnome-online-accounts: Update to 3.20.1.

* gnu/packages/gnome.scm (gnome-online-accounts): Update to 3.20.1.
master
宋文武 2016-04-28 10:05:57 +08:00
parent 4a8573ad62
commit 223f5d5d0f
1 changed files with 2 additions and 2 deletions

View File

@ -4085,7 +4085,7 @@ window manager.")
(define-public gnome-online-accounts (define-public gnome-online-accounts
(package (package
(name "gnome-online-accounts") (name "gnome-online-accounts")
(version "3.20.0") (version "3.20.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/" (uri (string-append "mirror://gnome/sources/" name "/"
@ -4093,7 +4093,7 @@ window manager.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0q546q65ba537dbxqnvs27x6pvhvi394v43kihgw4pa59j8k70n9")))) "14qcih1g136sn2aklzagv83jl82d3qc598rkdm8zac9gw70ynyn3"))))
(build-system glib-or-gtk-build-system) (build-system glib-or-gtk-build-system)
(native-inputs (native-inputs
`(("glib:bin" ,glib "bin") ; for glib-compile-schemas, etc. `(("glib:bin" ,glib "bin") ; for glib-compile-schemas, etc.