diff options
| author | John Kehayias <john@guixotic.coop> | 2025-09-25 15:53:30 -0400 |
|---|---|---|
| committer | John Kehayias <john@guixotic.coop> | 2025-09-26 16:57:40 -0400 |
| commit | da04b3bb42d76e7af9d5eb344cfde2350e9bb3c1 (patch) | |
| tree | 24ba774234723bb67dd7dc6ed0be544a076ad043 /gnu/packages/docker.scm | |
| parent | 3b55a14377c8bff268b67ddad0270b884bd72a7a (diff) | |
gnu: Add python-dotenv-0.13.0.
Old version just for docker-compose until it is updated. Fixes build for
docker-compose
* gnu/packages/docker.scm (python-dotenv-0.13.0): New variable.
(docker-compose)[inputs]: Use it instead of python-dotenv.
Change-Id: I8efc30ad7d40601bb5ad88e7c56484edb36e328e
Diffstat (limited to 'gnu/packages/docker.scm')
| -rw-r--r-- | gnu/packages/docker.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/docker.scm b/gnu/packages/docker.scm index f2aa2ae9340..e6f4e9c38a8 100644 --- a/gnu/packages/docker.scm +++ b/gnu/packages/docker.scm @@ -211,7 +211,7 @@ client.") python-docker-5 python-dockerpty python-docopt - python-dotenv + python-dotenv-0.13.0 python-jsonschema-3 python-pyyaml python-requests |
