mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: docker-compose: Update to 1.29.2.
* gnu/packages/docker.scm (docker-compose): Update to 1.29.2. [inputs]: Add python-dotenv and python-distro.
This commit is contained in:
parent
29f898a99f
commit
59dd9218fb
1 changed files with 5 additions and 4 deletions
|
@ -106,23 +106,24 @@ client.")
|
|||
(define-public docker-compose
|
||||
(package
|
||||
(name "docker-compose")
|
||||
(version "1.25.4")
|
||||
(version "1.29.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "docker-compose" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ww8ckpj3n5jdg63qvmiqx3gk0fsrnynnnqj17fppymbwjzf5fps"))))
|
||||
"1dq9kfak61xx7chjrzmkvbw9mvj9008k7g8q7mwi4x133p9dk32c"))))
|
||||
(build-system python-build-system)
|
||||
;; TODO: Tests require running Docker daemon.
|
||||
(arguments '(#:tests? #f))
|
||||
(inputs
|
||||
`(("python-cached-property"
|
||||
,python-cached-property)
|
||||
`(("python-cached-property" ,python-cached-property)
|
||||
("python-distro" ,python-distro)
|
||||
("python-docker" ,python-docker)
|
||||
("python-dockerpty" ,python-dockerpty)
|
||||
("python-docopt" ,python-docopt)
|
||||
("python-dotenv" ,python-dotenv)
|
||||
("python-jsonschema" ,python-jsonschema)
|
||||
("python-pyyaml" ,python-pyyaml)
|
||||
("python-requests" ,python-requests)
|
||||
|
|
Loading…
Reference in a new issue