diff options
| author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-05-19 14:01:22 +0900 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-06 14:52:04 +0100 |
| commit | 38f501c92873cc4cc1cbe4acb74799f14efe8d6f (patch) | |
| tree | 8cf30bd74b40488cc4c1786fd33708990c14dacb | |
| parent | a40439873e9ffa641e0c9ee554bb6919d9e0503c (diff) | |
gnu: gnome-backgrounds: Update to 48.2.1.
* gnu/packages/gnome.scm (gnome-backgrounds): Update to 48.2.1.
Change-Id: Id37be0f1b9cbbc962411fce54c6d929d0d8a109e
| -rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index f5690889dd3..3dbc75fe7dd 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -10030,7 +10030,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) @@ -10039,7 +10039,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") |
