1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-20 09:10:30 +02:00

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

* gnu/packages/gnome.scm (gnome-online-accounts): Update to 3.22.3.
This commit is contained in:
Mark H Weaver
2017-01-09 04:13:45 -05:00
parent e980cbe99a
commit b1cd747b4f

View File

@@ -4224,7 +4224,7 @@ window manager.")
(define-public gnome-online-accounts
(package
(name "gnome-online-accounts")
(version "3.20.3")
(version "3.22.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -4232,7 +4232,7 @@ window manager.")
name "-" version ".tar.xz"))
(sha256
(base32
"0ip0q539bik3wqwl867rjc63w2d5rjyvbqzwczkard70yd6c0kq9"))))
"13wvnfh3hnasdnb6fhjssybj2327qihd32kpdjjb3r1qiyc8dvqb"))))
(build-system glib-or-gtk-build-system)
(native-inputs
`(("glib:bin" ,glib "bin") ; for glib-compile-schemas, etc.