Merge pull request #66049 from r-ryantm/auto-update/python3.7-dockerfile-parse

python37Packages.dockerfile-parse: 0.0.14 -> 0.0.15
This commit is contained in:
Maximilian Bosch 2019-08-05 17:10:50 +02:00 committed by GitHub
commit 0035a337da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,12 @@
{ stdenv, buildPythonPackage, fetchPypi, six, pytestcov, pytest }:
buildPythonPackage rec {
version = "0.0.14";
version = "0.0.15";
pname = "dockerfile-parse";
src = fetchPypi {
inherit pname version;
sha256 = "0b829a9e25ac9af17a0affa41c0fca6541a03b8edb0178f60dc036e2ce59eeb5";
sha256 = "1s05s1hc834yk6qxj2yv3fh7grj3q52d6jjy0sv1p05938baprfm";
};
postPatch = ''