diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-10-13 17:05:29 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-10-13 21:52:28 +0200 |
commit | a3070d1b4f6849ca0cdbe4cddd9903d6ab493f5b (patch) | |
tree | 43508392eb7763ac61b8041f02534a4f908e099a /gnu/packages/gnome.scm | |
parent | ff21b07e0bad4bd015782ad7637536db3253d761 (diff) | |
download | guix-a3070d1b4f6849ca0cdbe4cddd9903d6ab493f5b.tar guix-a3070d1b4f6849ca0cdbe4cddd9903d6ab493f5b.tar.gz |
gnu: gnome-backgrounds: Update to 3.26.2.
* gnu/packages/gnome.scm (gnome-backgrounds): Update to 3.26.2.
Diffstat (limited to 'gnu/packages/gnome.scm')
-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 91b4b26c40..8f8eabd4ea 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5741,7 +5741,7 @@ is complete it provides a graphical representation of each selected folder.") (define-public gnome-backgrounds (package (name "gnome-backgrounds") - (version "3.24.0") + (version "3.26.2") (source (origin (method url-fetch) @@ -5750,7 +5750,7 @@ is complete it provides a graphical representation of each selected folder.") name "-" version ".tar.xz")) (sha256 (base32 - "1jkikis9k3psp6rb8axnqy86awdyg5rzfbcp9gx40a99b4hlrnnb")))) + "0kzrh5h0cfby3rhsy31d1w1c0rr3wcc845kv6zibqw1x8v9si2rs")))) (build-system glib-or-gtk-build-system) (native-inputs `(("intltool" ,intltool))) |