summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim@guixotic.coop>2026-03-22 11:44:12 +0900
committerNoé Lopez <noelopez@free.fr>2026-08-25 01:15:26 +0200
commite33cbc1c290e26ebabc32cf812c70782e15902e9 (patch)
tree63506dd9e418c33df98e04604c4583436cd7f6b2 /gnu
parent98ce23a1365f1ecb436dd4bd9ea18b098f2a1199 (diff)
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 <noelopez@free.fr>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 90683ce2963..6a916e7be76 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.")
10235(define-public gnome-backgrounds 10235(define-public gnome-backgrounds
10236 (package 10236 (package
10237 (name "gnome-backgrounds") 10237 (name "gnome-backgrounds")
10238 (version "48.2.1") 10238 (version "49.0")
10239 (source 10239 (source
10240 (origin 10240 (origin
10241 (method url-fetch) 10241 (method url-fetch)
@@ -10244,7 +10244,7 @@ is complete it provides a graphical representation of each selected folder.")
10244 name "-" version ".tar.xz")) 10244 name "-" version ".tar.xz"))
10245 (sha256 10245 (sha256
10246 (base32 10246 (base32
10247 "1n8ypmdgpp2hj7jsbpicha0d2pfnqbwmavcjfzlmr3qd5rxmn73a")))) 10247 "1dgl8jxczx2cwszg07bhrjpcg2rywfcak2d5md20x84bwl6jdzh1"))))
10248 (build-system meson-build-system) 10248 (build-system meson-build-system)
10249 (native-inputs (list gettext-minimal)) 10249 (native-inputs (list gettext-minimal))
10250 (home-page "https://gitlab.gnome.org/GNOME/gnome-backgrounds") 10250 (home-page "https://gitlab.gnome.org/GNOME/gnome-backgrounds")