diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-03-26 14:13:40 +0200 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-03-26 14:16:21 +0200 |
commit | 310ed6453a2717a527c1a09df2397daed42de5cf (patch) | |
tree | a712f439fa45d413cabd1a775a07f7ca390140ac | |
parent | 9b58148641262b014356353ebe418c68011be029 (diff) |
Revert "gnu: gnome-desktop: Update to 43.2."
This reverts commit dde25af03e3d0ba5d94bdd814d03eee1e4907709, which broke
the build of gnome-control-center.
-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 828c16071e..880a9de477 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2255,7 +2255,7 @@ offline sources, providing a centralized place for managing your contacts.") (define-public gnome-desktop (package (name "gnome-desktop") - (version "43.2") + (version "42.4") (source (origin (method url-fetch) @@ -2264,7 +2264,7 @@ offline sources, providing a centralized place for managing your contacts.") name "-" version ".tar.xz")) (sha256 (base32 - "0c6pa7aip5q4gjcsid92yl5n71mgwfssn7p9wxndyqwas8hapfd0")))) + "09ddr5fzhh02fcn7xl1wy18qfsdqryd5msl2nbhdnsbr0vawkqhw")))) (build-system meson-build-system) (arguments '(#:phases |