diff options
| author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2024-08-16 20:40:18 +0200 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-03-02 20:31:29 +0100 |
| commit | de30aa2f3111c9158eede7e817299103ac3dcf30 (patch) | |
| tree | 76b295057affee614903e63ad0e96d9f9950a242 /gnu | |
| parent | 762ddccc98b557cce90eabf5f0eb87a08ad2c77b (diff) | |
gnu: gsettings-desktop-schemas: Update to 46.0.
* gnu/packages/gnome.scm (gsettings-desktop-schemas): Update to 46.0.
Diffstat (limited to 'gnu')
| -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 a6d3a5ba5f6..5ca06b3fcb6 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2794,7 +2794,7 @@ on the GNOME Desktop with a single simple application.") (define-public gsettings-desktop-schemas (package (name "gsettings-desktop-schemas") - (version "44.0") + (version "46.0") (source (origin (method url-fetch) @@ -2803,7 +2803,7 @@ on the GNOME Desktop with a single simple application.") name "-" version ".tar.xz")) (sha256 (base32 - "03pc3wlfmf07586x89h63fr42pdpvqx64ak4ks298nchmmff8bgb")))) + "0xc5dy3wavj91yqd1lgvbwnw95nfg4m66bx7gbaqhqqv2shlcfj9")))) (build-system meson-build-system) (arguments `(#:phases (modify-phases %standard-phases |
