diff options
author | Mark H Weaver <mhw@netris.org> | 2017-01-09 04:25:27 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-01-11 11:34:29 -0500 |
commit | b9e63fc9cb6a25086e17eca4c8554787ffd10c52 (patch) | |
tree | 3e8b7b69d594bb2a47b39e7b081d6fd1c95724fe /gnu | |
parent | fd408e296fe84e33af1fe5463473a69a190e1457 (diff) | |
download | gnu-guix-b9e63fc9cb6a25086e17eca4c8554787ffd10c52.tar gnu-guix-b9e63fc9cb6a25086e17eca4c8554787ffd10c52.tar.gz |
gnu: gnome-backgrounds: Update to 3.22.1.
* gnu/packages/gnome.scm (gnome-backgrounds): Update to 3.22.1.
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 ce79faffa8..a841b1e90e 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4997,7 +4997,7 @@ is complete it provides a graphical representation of each selected folder.") (define-public gnome-backgrounds (package (name "gnome-backgrounds") - (version "3.20") + (version "3.22.1") (source (origin (method url-fetch) @@ -5006,7 +5006,7 @@ is complete it provides a graphical representation of each selected folder.") name "-" version ".tar.xz")) (sha256 (base32 - "09viag7q53lfwrp074a1w7j0r8izlwpi10xbwjgbf5jwbqb6wv6n")))) + "09gfdrm1kaz2knyghhjb0ka1kklgbcbnqgy4c90bg0v3n899ij5z")))) (build-system glib-or-gtk-build-system) (native-inputs `(("intltool" ,intltool))) |