diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-04-07 11:02:33 +0800 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-04-16 11:46:50 +0200 |
commit | 7929f74a990dffd5c77fa6e72dcebb786e543a9b (patch) | |
tree | 9c862ffcd2c2bebf257852c8682d84c67314b85b /gnu | |
parent | 002835010c2544f613b7103218b241a5afe38c6c (diff) | |
download | guix-7929f74a990dffd5c77fa6e72dcebb786e543a9b.tar guix-7929f74a990dffd5c77fa6e72dcebb786e543a9b.tar.gz |
gnu: gnome-backgrounds: Update to 3.20.
* gnu/packages/gnome.scm (gnome-backgrounds): Update to 3.20.
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 2674f7b169..c2a06cd309 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4781,7 +4781,7 @@ is complete it provides a graphical representation of each selected folder.") (define-public gnome-backgrounds (package (name "gnome-backgrounds") - (version "3.18.0") + (version "3.20") (source (origin (method url-fetch) @@ -4790,7 +4790,7 @@ is complete it provides a graphical representation of each selected folder.") name "-" version ".tar.xz")) (sha256 (base32 - "1fd7y8dh3iy88ayb8irgsihvssli6bzjzb5a6vfhi8qjbw70ymma")))) + "09viag7q53lfwrp074a1w7j0r8izlwpi10xbwjgbf5jwbqb6wv6n")))) (build-system glib-or-gtk-build-system) (native-inputs `(("intltool" ,intltool))) |