diff options
author | Kei Kebreau <kei@openmailbox.org> | 2017-05-01 10:57:33 -0400 |
---|---|---|
committer | Kei Kebreau <kei@openmailbox.org> | 2017-05-01 10:57:33 -0400 |
commit | 2df65d37a9b08041314973908d700622a7c3ab2d (patch) | |
tree | 02fe8cf6df03d40b31da89b96b77074d883a1253 /gnu | |
parent | e62a38d4aebeccf6fa712383c14734a469d189d4 (diff) | |
download | patches-2df65d37a9b08041314973908d700622a7c3ab2d.tar patches-2df65d37a9b08041314973908d700622a7c3ab2d.tar.gz |
gnu: gnome-backgrounds: Update to 3.24.0.
* gnu/packages/gnome.scm (gnome-backgrounds): Update to 3.24.0.
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 3c9eb3db86..1443b53106 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5270,7 +5270,7 @@ is complete it provides a graphical representation of each selected folder.") (define-public gnome-backgrounds (package (name "gnome-backgrounds") - (version "3.22.1") + (version "3.24.0") (source (origin (method url-fetch) @@ -5279,7 +5279,7 @@ is complete it provides a graphical representation of each selected folder.") name "-" version ".tar.xz")) (sha256 (base32 - "09gfdrm1kaz2knyghhjb0ka1kklgbcbnqgy4c90bg0v3n899ij5z")))) + "1jkikis9k3psp6rb8axnqy86awdyg5rzfbcp9gx40a99b4hlrnnb")))) (build-system glib-or-gtk-build-system) (native-inputs `(("intltool" ,intltool))) |