Revert "gnu: docker-compose: Update to 1.29.2"

This reverts commit c9c4c851a8, until the
following runtime dependency problem can be investigated:

    pkg_resources.DistributionNotFound: The 'python-dotenv<1,>=0.13.0'
    distribution was not found and is required by docker-compose
This commit is contained in:
Maxim Cournoyer 2021-10-28 21:55:27 -04:00
parent 7dbd5339d7
commit ad39268cdf
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 3 deletions

View File

@ -7,7 +7,6 @@
;;; Copyright © 2020 Katherine Cox-Buday <cox.katherine.e@gmail.com>
;;; Copyright © 2020 Jesse Dowell <jessedowell@gmail.com>
;;; Copyright © 2021 Oleg Pykhalov <go.wigust@gmail.com>
;;; Copyright © 2021 Olivier Dion <olivier.dion@polymtl.ca>
;;;
;;; This file is part of GNU Guix.
;;;
@ -107,14 +106,14 @@ client.")
(define-public docker-compose
(package
(name "docker-compose")
(version "1.29.2")
(version "1.25.4")
(source
(origin
(method url-fetch)
(uri (pypi-uri "docker-compose" version))
(sha256
(base32
"1dq9kfak61xx7chjrzmkvbw9mvj9008k7g8q7mwi4x133p9dk32c"))))
"1ww8ckpj3n5jdg63qvmiqx3gk0fsrnynnnqj17fppymbwjzf5fps"))))
(build-system python-build-system)
;; TODO: Tests require running Docker daemon.
(arguments '(#:tests? #f))