gnu: gnome-backgrounds: Update to 3.22.1.

* gnu/packages/gnome.scm (gnome-backgrounds): Update to 3.22.1.
This commit is contained in:
Mark H Weaver 2017-01-09 04:25:27 -05:00
parent fd408e296f
commit b9e63fc9cb
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 2 additions and 2 deletions

View File

@ -4997,7 +4997,7 @@ is complete it provides a graphical representation of each selected folder.")
(define-public gnome-backgrounds (define-public gnome-backgrounds
(package (package
(name "gnome-backgrounds") (name "gnome-backgrounds")
(version "3.20") (version "3.22.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -5006,7 +5006,7 @@ is complete it provides a graphical representation of each selected folder.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"09viag7q53lfwrp074a1w7j0r8izlwpi10xbwjgbf5jwbqb6wv6n")))) "09gfdrm1kaz2knyghhjb0ka1kklgbcbnqgy4c90bg0v3n899ij5z"))))
(build-system glib-or-gtk-build-system) (build-system glib-or-gtk-build-system)
(native-inputs (native-inputs
`(("intltool" ,intltool))) `(("intltool" ,intltool)))