diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-12-06 23:13:26 +0100 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2019-06-20 23:24:40 -0400 |
commit | 9b848f0364d296339fbd13e4de104f4eb9fa6970 (patch) | |
tree | a61185ea227c6b94f63fb35f3dff2dc5df9b4d19 /gnu | |
parent | b63c06f1d712b2cbd336a07621e9d28bdf803620 (diff) | |
download | patches-9b848f0364d296339fbd13e4de104f4eb9fa6970.tar patches-9b848f0364d296339fbd13e4de104f4eb9fa6970.tar.gz |
gnu: gnome-online-accounts: Update to 3.30.0.
* gnu/packages/gnome.scm (gnome-online-accounts): Update to 3.30.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 8dc60daa92..a68ddc0757 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5075,7 +5075,7 @@ window manager.") (define-public gnome-online-accounts (package (name "gnome-online-accounts") - (version "3.28.0") + (version "3.30.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -5083,7 +5083,7 @@ window manager.") name "-" version ".tar.xz")) (sha256 (base32 - "035lmm21imr7ddpzffqabv53g3ggjscmqvlzy3j1qkv00zrlxg47")))) + "1hyg9g7l4ypnirx2j7ms2vr8711x90aybpq3s3wa20ma8a4xin97")))) (outputs '("out" "lib")) (build-system glib-or-gtk-build-system) (arguments |