diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-03-13 13:37:08 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-03-13 13:37:08 +0000 |
| commit | b26441571185e92b5ac5e25ad7c04280d40be0a3 (patch) | |
| tree | 730a97795727120a2d99d49099327e472cabb5f6 /gnu | |
| parent | 2c43dcf299b4d27a8e330deff7cc1a9421f825c7 (diff) | |
gnu: Remove python-virtualenv-for-hatch.
* gnu/packages/python-xyz.scm (python-virtualenv-for-hatch): Delete variable.
Change-Id: I7fdf1e9c6062dda2dee0d825d1e5951b84e6eede
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 4bd774c160f..984dda47e96 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -39870,19 +39870,6 @@ e.g. filters, callbacks and errbacks can all be promises.") "Virtualenv is a tool to create isolated Python environments.") (license license:expat))) -(define-public python-virtualenv-for-hatch - ;; For hatch@1.9.7, remove when no longer required. - (hidden-package - (package - (inherit python-virtualenv) - (version "20.25.3") - (source - (origin - (method url-fetch) - (uri (pypi-uri "virtualenv" version)) - (sha256 - (base32 "1gj57xqgrg53yfn9ypikgky01hvazxdyl556kwsc7b7avyxm9dbv"))))))) - ;; XXX: No new release since 2021, no updates on default branch since 2023, no ;; users in Guix; consider to remove if it keeps failing to build. (define-public python-virtualenv-clone |
