diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-09-21 19:26:03 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:52 +0100 |
| commit | 4f523681f19f7391df20f915c7e8965f8869e764 (patch) | |
| tree | 91ac0443e71bebb3c692d2bd20f791efcae499fd /gnu/packages/python-xyz.scm | |
| parent | 49ca3a53626561905e05814f43f22c2aff5ee794 (diff) | |
gnu: Remove python-dotenv-0.13.0.
* gnu/packages/python-xyz.scm (python-dotenv-0.13.0): Delete variable.
Change-Id: Ia9ad7fccf26587c66c3ee5f489805ff0179eb8d4
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 721e47e2b0..56b6bf8a8e 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -36730,18 +36730,6 @@ systems in Python.") key-value pairs from a @code{.env} file and set them as environment variables.") (license license:bsd-3))) -(define-public python-dotenv-0.13.0 - (package (inherit python-dotenv) - (name "python-dotenv") - (version "0.13.0") - (source - (origin - (method url-fetch) - (uri (pypi-uri "python-dotenv" version)) - (sha256 - (base32 - "0x5dagmfn31phrbxlwacw3s4w5vibv8fxqc62nqcdvdhjsy0k69v")))))) - (define-public date2name (let ((commit "6c8f37277e8ec82aa50f90b8921422be30c4e798") (revision "1")) |
