diff options
| author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-07-16 10:18:46 +0200 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-08-01 11:08:32 +0200 |
| commit | 8d5c6cc754ae54b410a38dcaafd1ca1bb046410d (patch) | |
| tree | add750613b3684c7c465f392b6f5dbb3d861356d /gnu/packages/cinnamon.scm | |
| parent | 7d1ec9392acd912cd511e99ca8e4ea450cc5c688 (diff) | |
gnu: python-xapp: Update to 3.0.3.
* gnu/packages/cinnamon.scm (python-xapp): Update to 3.0.3.
Diffstat (limited to 'gnu/packages/cinnamon.scm')
| -rw-r--r-- | gnu/packages/cinnamon.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cinnamon.scm b/gnu/packages/cinnamon.scm index 970af6004d5..2e660a99e97 100644 --- a/gnu/packages/cinnamon.scm +++ b/gnu/packages/cinnamon.scm | |||
| @@ -170,7 +170,7 @@ cross-DE solutions.") | |||
| 170 | (define-public python-xapp | 170 | (define-public python-xapp |
| 171 | (package | 171 | (package |
| 172 | (name "python-xapp") | 172 | (name "python-xapp") |
| 173 | (version "2.4.2") | 173 | (version "3.0.3") |
| 174 | (source | 174 | (source |
| 175 | (origin | 175 | (origin |
| 176 | (method git-fetch) | 176 | (method git-fetch) |
| @@ -179,7 +179,7 @@ cross-DE solutions.") | |||
| 179 | (commit version))) | 179 | (commit version))) |
| 180 | (file-name (git-file-name name version)) | 180 | (file-name (git-file-name name version)) |
| 181 | (sha256 | 181 | (sha256 |
| 182 | (base32 "06v84bvhhhx7lf7bsl2wdxh7vlkpb2fczjh6717b9jjr7xhvif8r")))) | 182 | (base32 "0prs8cvj70wsmzwdx12impmkfhk9ydw4r88cpz2zz0sl5776d7i8")))) |
| 183 | (build-system meson-build-system) | 183 | (build-system meson-build-system) |
| 184 | (arguments (list #:tests? #f)) ; no tests provided | 184 | (arguments (list #:tests? #f)) ; no tests provided |
| 185 | (native-inputs | 185 | (native-inputs |
