docker_compose: 1.22.0 -> 1.23.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/docker-compose/versions
This commit is contained in:
R. RyanTM 2018-11-09 22:42:32 -08:00
parent a054d74507
commit 5a8b71978c
1 changed files with 2 additions and 2 deletions

View File

@ -6,12 +6,12 @@
, enum34, functools32,
}:
buildPythonApplication rec {
version = "1.22.0";
version = "1.23.1";
pname = "docker-compose";
src = fetchPypi {
inherit pname version;
sha256 = "915cdd0ea7aff349d27a8e0585124ac38695635201770a35612837b25e234677";
sha256 = "15jijx3md70b9xw8818xjm70nr9pc27p7v7is0yi6agf8scvvqkq";
};
# lots of networking and other fails