diff options
| author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-03-24 00:17:11 +0900 |
|---|---|---|
| committer | Christopher Baines <mail@cbaines.net> | 2025-04-11 13:31:58 +0100 |
| commit | 427264a1304200282765987c96e0487ca4da9da4 (patch) | |
| tree | 9253dd12ce2678378df5a2c345457e90e2a6faef /gnu/packages/python-xyz.scm | |
| parent | 744e973de361fed498cdcf9725fe36aef3d7a73d (diff) | |
gnu: inkscape/stable: Rename variable to inkscape/pinned.
This is to match recently established conventions. Add a deprecated public
alias to avoid breaking channels using inkscape/stable.
Automated via:
git grep -l inkscape/stable |
xargs sed -i 's,inkscape/stable,inkscape/pinned,'
Change-Id: If74bf91b1da0d2ca8cf25c6038b4c2100262873e
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index c27f1fdf2f..988d345f01 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -10885,7 +10885,7 @@ toolkits.") (string-append info "/matplotlib-figures")))))))) (native-inputs (list graphviz - inkscape/stable + inkscape/pinned python-colorspacious python-ipython python-ipywidgets @@ -19297,7 +19297,7 @@ time.") ;; Tests need a writable HOME. (setenv "HOME" "/tmp")))))) (inputs - (list inkscape/stable pandoc)) + (list inkscape/pinned pandoc)) (native-inputs (list python-flaky python-hatchling |
