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

* gnu/packages/gnome.scm (gnome-online-accounts): Update to 3.24.1.
This commit is contained in:
Kei Kebreau 2017-06-16 10:02:22 -04:00
parent a235ec3a6a
commit 8cdbaebcbd
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D
1 changed files with 2 additions and 2 deletions

View File

@ -4500,7 +4500,7 @@ window manager.")
(define-public gnome-online-accounts
(package
(name "gnome-online-accounts")
(version "3.24.0")
(version "3.24.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@ -4508,7 +4508,7 @@ window manager.")
name "-" version ".tar.xz"))
(sha256
(base32
"0yy10znqj278lnhdiqjcqxrwwv5c1jdjd0ncjbbdyh8n0q77hbwy"))))
"0lgniqmkr6ffdw3kcqd34lvp969j2q2qzcy30zkzl5c09r7anc0a"))))
(build-system glib-or-gtk-build-system)
(native-inputs
`(("glib:bin" ,glib "bin") ; for glib-compile-schemas, etc.