summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-08-09 01:11:07 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2017-08-09 07:20:56 +0200
commit666901b29807a255d3eaa6226ee5be60ef7e9f2f (patch)
tree37df52c0075aa3be8087cce926688690ae957f57 /gnu/packages/gnome.scm
parenta51fc34c2881a2610e308cd972b283eddf07fe73 (diff)
downloadguix-patches-666901b29807a255d3eaa6226ee5be60ef7e9f2f.tar
guix-patches-666901b29807a255d3eaa6226ee5be60ef7e9f2f.tar.gz
gnu: gnome-online-accounts: Update to 3.24.2.
* gnu/packages/gnome.scm (gnome-online-accounts): Update to 3.24.2.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index b19d14ff80..11d787a830 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4701,7 +4701,7 @@ window manager.")
(define-public gnome-online-accounts
(package
(name "gnome-online-accounts")
- (version "3.24.1")
+ (version "3.24.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -4709,7 +4709,7 @@ window manager.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0lgniqmkr6ffdw3kcqd34lvp969j2q2qzcy30zkzl5c09r7anc0a"))))
+ "1fmgywfcvlb5sa0slxxlg80gafiaal8vnq6h5lcybqa12lnxa2mp"))))
(build-system glib-or-gtk-build-system)
(native-inputs
`(("glib:bin" ,glib "bin") ; for glib-compile-schemas, etc.