guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit db48587ae4b5418986a3670e7e53914b33e82554
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sun Mar 22 11:44:12 2026 +0900
gnu: gnome-backgrounds: Update to 49.0.
* gnu/packages/gnome.scm (gnome-backgrounds): Update to 49.0.
Change-Id: If77094b502b8ca92c2595529a4536a1e5485336b
Signed-off-by: NoƩ Lopez <[email protected]>
---
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 90683ce296..6a916e7be7 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10235,7 +10235,7 @@ is complete it provides a graphical representation of
each selected folder.")
(define-public gnome-backgrounds
(package
(name "gnome-backgrounds")
- (version "48.2.1")
+ (version "49.0")
(source
(origin
(method url-fetch)
@@ -10244,7 +10244,7 @@ is complete it provides a graphical representation of
each selected folder.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1n8ypmdgpp2hj7jsbpicha0d2pfnqbwmavcjfzlmr3qd5rxmn73a"))))
+ "1dgl8jxczx2cwszg07bhrjpcg2rywfcak2d5md20x84bwl6jdzh1"))))
(build-system meson-build-system)
(native-inputs (list gettext-minimal))
(home-page "https://gitlab.gnome.org/GNOME/gnome-backgrounds")