kkebreau pushed a commit to branch core-updates
in repository guix.
commit 0856b0d976537b4ddc95995abc23ac55ef4c4db8
Author: Kei Kebreau <[email protected]>
AuthorDate: Sat Dec 14 23:08:32 2019 -0500
gnu: gnome-backgrounds: Update to 3.34.0.
* gnu/packages/gnome.scm (gnome-backgrounds): Update to 3.34.0.
(cherry picked from commit 873082931dd5e25320cc77c7ba2bec1e36520f46)
---
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 8946cab..399e994 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7546,7 +7546,7 @@ is complete it provides a graphical representation of
each selected folder.")
(define-public gnome-backgrounds
(package
(name "gnome-backgrounds")
- (version "3.32.0")
+ (version "3.34.0")
(source
(origin
(method url-fetch)
@@ -7555,7 +7555,7 @@ is complete it provides a graphical representation of
each selected folder.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1s5krdmd3md44p1fgr2lqm5ifxb8s1vzx6hm11sb4cgzr4dw6lrz"))))
+ "0zxlwy55fz7i582hch2wnj8zy1kzikssgaix0l2y41ccp5nzpdy2"))))
(build-system meson-build-system)
(native-inputs
`(("intltool" ,intltool)))