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