gnu: docker-compose: Fix runtime error by using python-docker@5.

This is a followup to 3eb1ceac58 and
8d53a08852 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
This commit is contained in:
John Kehayias 2025-08-09 15:10:39 -04:00
parent 8d53a08852
commit c1045f169a
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -180,7 +180,7 @@ client.")
(inputs (inputs
(list python-cached-property (list python-cached-property
python-distro python-distro
python-docker python-docker-5
python-dockerpty python-dockerpty
python-docopt python-docopt
python-dotenv python-dotenv