iyzsong pushed a commit to branch gnome-updates
in repository guix.
commit 223f5d5d0f306fa3478fed694f4b9338db8c43e2
Author: 宋文武 <[email protected]>
Date: Thu Apr 28 10:05:57 2016 +0800
gnu: gnome-online-accounts: Update to 3.20.1.
* gnu/packages/gnome.scm (gnome-online-accounts): Update to 3.20.1.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index da3cf15..155cbcb 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4085,7 +4085,7 @@ window manager.")
(define-public gnome-online-accounts
(package
(name "gnome-online-accounts")
- (version "3.20.0")
+ (version "3.20.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -4093,7 +4093,7 @@ window manager.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0q546q65ba537dbxqnvs27x6pvhvi394v43kihgw4pa59j8k70n9"))))
+ "14qcih1g136sn2aklzagv83jl82d3qc598rkdm8zac9gw70ynyn3"))))
(build-system glib-or-gtk-build-system)
(native-inputs
`(("glib:bin" ,glib "bin") ; for glib-compile-schemas, etc.