kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.
commit 4a84315c206e128860cc6d3b186afe78a8e0e7ff
Author: Kei Kebreau <[email protected]>
AuthorDate: Sat Apr 18 12:09:24 2020 -0400
gnu: gnome-backgrounds: Update to 3.36.0.
* gnu/packages/gnome.scm (gnome-backgrounds): Update to 3.36.0.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 5092e4b..34107d9 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7588,7 +7588,7 @@ is complete it provides a graphical representation of
each selected folder.")
(define-public gnome-backgrounds
(package
(name "gnome-backgrounds")
- (version "3.34.0")
+ (version "3.36.0")
(source
(origin
(method url-fetch)
@@ -7597,7 +7597,7 @@ is complete it provides a graphical representation of
each selected folder.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0zxlwy55fz7i582hch2wnj8zy1kzikssgaix0l2y41ccp5nzpdy2"))))
+ "02xvfwfi3133mjljl731z2hj9hfmjas3a1jl4fxmy24xrzj83jxq"))))
(build-system meson-build-system)
(native-inputs
`(("intltool" ,intltool)))