python: docker-compose: 1.19.0 -> 1.20.1
This commit is contained in:
parent
ed5c6557ac
commit
8ba7877228
@ -6,12 +6,12 @@
|
||||
, enum34, functools32,
|
||||
}:
|
||||
buildPythonApplication rec {
|
||||
version = "1.19.0";
|
||||
version = "1.20.1";
|
||||
pname = "docker-compose";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "f227e0e4b7d88aaf8f892b03a2068942c56ea16bcf2a0fb9fe2a3a071c5fef0b";
|
||||
sha256 = "34c043ebd4c23e4b864812c16b41dad25cec6b675557b180ced52d372e1a9e66";
|
||||
};
|
||||
|
||||
# lots of networking and other fails
|
||||
|
Loading…
Reference in New Issue
Block a user