diff options
| author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-05-19 14:01:20 +0900 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-06 14:52:04 +0100 |
| commit | f6a7f12680f3fabb12914647ab7c340febec581b (patch) | |
| tree | 9e2a8eff896a8a4faf6a48dd011a4c0c6d6c460c | |
| parent | 38f501c92873cc4cc1cbe4acb74799f14efe8d6f (diff) | |
gnu: gsettings-desktop-schemas: Update to 48.0.
* gnu/packages/gnome.scm (gsettings-desktop-schemas): Update to 48.0.
Change-Id: Iedaff11944ecb21c32a74047f426e16e2b90e278
| -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 3dbc75fe7dd..212cc9fe75d 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2697,7 +2697,7 @@ on the GNOME Desktop with a single simple application.") (define-public gsettings-desktop-schemas (package (name "gsettings-desktop-schemas") - (version "46.1") + (version "48.0") (source (origin (method url-fetch) @@ -2706,7 +2706,7 @@ on the GNOME Desktop with a single simple application.") name "-" version ".tar.xz")) (sha256 (base32 - "0qca8rqfhiyqb5al27h1cz39rl7ipd4jx0dxdfz8x5d66wa1124v")))) + "1lqv5mn7r1c8nxm6dfxgvk56r2sqfgafkj5jm1jzh65z2dc1b3z6")))) (build-system meson-build-system) (arguments `(#:phases (modify-phases %standard-phases |
