diff options
| author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-09-26 10:57:37 +0200 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-08-01 11:08:32 +0200 |
| commit | 5fde10cf854235b62de052c3f5d02abd2891b9d3 (patch) | |
| tree | be277d911882639cb439accc29ed27c88acae6f4 /gnu/packages | |
| parent | 8d5c6cc754ae54b410a38dcaafd1ca1bb046410d (diff) | |
gnu: cinnamon-desktop: Update to 6.6.2.
* gnu/packages/cinnamon.scm (cinnamon-desktop): Update to 6.6.2.
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/cinnamon.scm | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/packages/cinnamon.scm b/gnu/packages/cinnamon.scm index 2e660a99e97..c311a9a7ddd 100644 --- a/gnu/packages/cinnamon.scm +++ b/gnu/packages/cinnamon.scm | |||
| @@ -43,6 +43,7 @@ | |||
| 43 | #:use-module (gnu packages glib) | 43 | #:use-module (gnu packages glib) |
| 44 | #:use-module (gnu packages gtk) | 44 | #:use-module (gnu packages gtk) |
| 45 | #:use-module (gnu packages gnome) | 45 | #:use-module (gnu packages gnome) |
| 46 | #:use-module (gnu packages iso-codes) | ||
| 46 | #:use-module (gnu packages linux) | 47 | #:use-module (gnu packages linux) |
| 47 | #:use-module (gnu packages pkg-config) | 48 | #:use-module (gnu packages pkg-config) |
| 48 | #:use-module (gnu packages photo) | 49 | #:use-module (gnu packages photo) |
| @@ -210,7 +211,7 @@ persist XApp settings windows using GSettings.") | |||
| 210 | (define-public cinnamon-desktop | 211 | (define-public cinnamon-desktop |
| 211 | (package | 212 | (package |
| 212 | (name "cinnamon-desktop") | 213 | (name "cinnamon-desktop") |
| 213 | (version "5.6.2") | 214 | (version "6.6.2") |
| 214 | (source (origin | 215 | (source (origin |
| 215 | (method git-fetch) | 216 | (method git-fetch) |
| 216 | (uri (git-reference | 217 | (uri (git-reference |
| @@ -219,7 +220,7 @@ persist XApp settings windows using GSettings.") | |||
| 219 | (file-name (git-file-name name version)) | 220 | (file-name (git-file-name name version)) |
| 220 | (sha256 | 221 | (sha256 |
| 221 | (base32 | 222 | (base32 |
| 222 | "0rnk0vmpjiz8pgn5y8zizr91ilwzfh9w7cmfsjpqg3h5wkpxz22z")))) | 223 | "0fd217w90j7kaxh7w6w7ajp6ca31wiv594564h0gbfnam7shki81")))) |
| 223 | (build-system meson-build-system) | 224 | (build-system meson-build-system) |
| 224 | (arguments | 225 | (arguments |
| 225 | (list | 226 | (list |
| @@ -228,9 +229,11 @@ persist XApp settings windows using GSettings.") | |||
| 228 | (inputs | 229 | (inputs |
| 229 | (list accountsservice | 230 | (list accountsservice |
| 230 | alsa-lib | 231 | alsa-lib |
| 232 | eudev | ||
| 231 | glib | 233 | glib |
| 232 | gnome-common | 234 | gnome-common |
| 233 | gtk+ | 235 | gtk+ |
| 236 | iso-codes | ||
| 234 | libxkbfile | 237 | libxkbfile |
| 235 | libxrandr | 238 | libxrandr |
| 236 | libxext | 239 | libxext |
