diff options
| author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-09-26 10:56:49 +0200 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-08-01 11:08:32 +0200 |
| commit | 7d1ec9392acd912cd511e99ca8e4ea450cc5c688 (patch) | |
| tree | b9091ef3f0fa6e5427e3c1530b8cda2d5cc91d3b /gnu | |
| parent | 66d42f278569551e63b70ef45afd99a44d885a01 (diff) | |
gnu: python-xapp: Use version as commit.
* gnu/packages/cinnamon.scm (libxapp)[origin]: Use version as commit.
Drop recursive?.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/cinnamon.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/cinnamon.scm b/gnu/packages/cinnamon.scm index 2568aa59c57..970af6004d5 100644 --- a/gnu/packages/cinnamon.scm +++ b/gnu/packages/cinnamon.scm | |||
| @@ -176,8 +176,7 @@ cross-DE solutions.") | |||
| 176 | (method git-fetch) | 176 | (method git-fetch) |
| 177 | (uri (git-reference | 177 | (uri (git-reference |
| 178 | (url "https://github.com/linuxmint/python3-xapp") | 178 | (url "https://github.com/linuxmint/python3-xapp") |
| 179 | (recursive? #f) | 179 | (commit version))) |
| 180 | (commit "master"))) | ||
| 181 | (file-name (git-file-name name version)) | 180 | (file-name (git-file-name name version)) |
| 182 | (sha256 | 181 | (sha256 |
| 183 | (base32 "06v84bvhhhx7lf7bsl2wdxh7vlkpb2fczjh6717b9jjr7xhvif8r")))) | 182 | (base32 "06v84bvhhhx7lf7bsl2wdxh7vlkpb2fczjh6717b9jjr7xhvif8r")))) |
