gnu: gnome-backgrounds: Update to 3.26.2.

* gnu/packages/gnome.scm (gnome-backgrounds): Update to 3.26.2.
This commit is contained in:
Tobias Geerinckx-Rice 2017-10-13 17:05:29 +02:00
parent ff21b07e0b
commit a3070d1b4f
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -5741,7 +5741,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.24.0") (version "3.26.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -5750,7 +5750,7 @@ is complete it provides a graphical representation of each selected folder.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1jkikis9k3psp6rb8axnqy86awdyg5rzfbcp9gx40a99b4hlrnnb")))) "0kzrh5h0cfby3rhsy31d1w1c0rr3wcc845kv6zibqw1x8v9si2rs"))))
(build-system glib-or-gtk-build-system) (build-system glib-or-gtk-build-system)
(native-inputs (native-inputs
`(("intltool" ,intltool))) `(("intltool" ,intltool)))