guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit 3f74eb3d5242270b1dd5cca059a6b3f243358386
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon May 19 14:01:22 2025 +0900
gnu: gnome-backgrounds: Update to 48.2.1.
* gnu/packages/gnome.scm (gnome-backgrounds): Update to 48.2.1.
Change-Id: Id37be0f1b9cbbc962411fce54c6d929d0d8a109e
---
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 56b9badb13..2a5524295c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10039,7 +10039,7 @@ is complete it provides a graphical representation of
each selected folder.")
(define-public gnome-backgrounds
(package
(name "gnome-backgrounds")
- (version "46.0")
+ (version "48.2.1")
(source
(origin
(method url-fetch)
@@ -10048,7 +10048,7 @@ is complete it provides a graphical representation of
each selected folder.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0biw8hl8kpnxdlkprm0qla2qng2dbyvip4h5d23ng8547723mpad"))))
+ "1n8ypmdgpp2hj7jsbpicha0d2pfnqbwmavcjfzlmr3qd5rxmn73a"))))
(build-system meson-build-system)
(native-inputs (list gettext-minimal))
(home-page "https://gitlab.gnome.org/GNOME/gnome-backgrounds")