guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: Revert "gnu: docker-compose: Update to 1.29.2"


From: guix-commits
Subject: branch master updated: Revert "gnu: docker-compose: Update to 1.29.2"
Date: Thu, 28 Oct 2021 21:57:49 -0400

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ad39268  Revert "gnu: docker-compose: Update to 1.29.2"
ad39268 is described below

commit ad39268cdf075f4c4eeb87ed78ce46ca6f817675
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Oct 28 21:55:27 2021 -0400

    Revert "gnu: docker-compose: Update to 1.29.2"
    
    This reverts commit c9c4c851a8f05228e060d2d12550d31c2dced5b4, 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
---
 gnu/packages/docker.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/docker.scm b/gnu/packages/docker.scm
index 9ab9e86..8bac1b8 100644
--- a/gnu/packages/docker.scm
+++ b/gnu/packages/docker.scm
@@ -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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]