summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorJohn Kehayias <john.kehayias@protonmail.com>2025-08-09 15:10:39 -0400
committerJohn Kehayias <john.kehayias@protonmail.com>2025-08-09 15:10:39 -0400
commitc1045f169aab7e1015a964c7552baa5c0e9a4ff6 (patch)
tree1e441b064340861bb06aea82363de9b9f29eec17 /gnu/packages
parent8d53a088520bccc063b7eaf1936b6e2dbed7f9ba (diff)
gnu: docker-compose: Fix runtime error by using python-docker@5.
This is a followup to 3eb1ceac58985c0407f3ade1cfa72dbee1b7886a and 8d53a088520bccc063b7eaf1936b6e2dbed7f9ba to fix the old v1 docker-compose we have until Docker is upgraded. * gnu/packages/docker.scm (docker-compose)[inputs]: Replace python-docker with python-docker@5. Change-Id: Ia53a4dad7e88901ac37b6e9a0bd734605afae9e6
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/docker.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/docker.scm b/gnu/packages/docker.scm
index 3a3a935fee2..21e20e18423 100644
--- a/gnu/packages/docker.scm
+++ b/gnu/packages/docker.scm
@@ -180,7 +180,7 @@ client.")
(inputs
(list python-cached-property
python-distro
- python-docker
+ python-docker-5
python-dockerpty
python-docopt
python-dotenv