lilyp pushed a commit to branch gnome-team
in repository guix.
commit 3abb43ee5bcfbc639c0440635ffcf689291b4168
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Thu Jan 9 22:38:06 2025 +0100
gnu: gnome-backgrounds: Update to 46.0.
* gnu/packages/gnome.scm (gnome-backgrounds): Update to 46.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 035e651561..f4dd5dc235 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10201,7 +10201,7 @@ is complete it provides a graphical representation of
each selected folder.")
(define-public gnome-backgrounds
(package
(name "gnome-backgrounds")
- (version "44.0")
+ (version "46.0")
(source
(origin
(method url-fetch)
@@ -10210,7 +10210,7 @@ is complete it provides a graphical representation of
each selected folder.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0kp09gh537wj7j9a0dc25fv441sfr4x0q6ja89m2lpqkhyrr70sa"))))
+ "0biw8hl8kpnxdlkprm0qla2qng2dbyvip4h5d23ng8547723mpad"))))
(build-system meson-build-system)
(native-inputs (list gettext-minimal))
(home-page "https://gitlab.gnome.org/GNOME/gnome-backgrounds")