python310Packages.dockerfile-parse: 1.2.0 -> 2.0.0

This commit is contained in:
R. Ryantm 2022-12-17 11:52:04 +00:00
parent 05ca3d8285
commit 7af8780d02

View File

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "dockerfile-parse";
version = "1.2.0";
version = "2.0.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-B+Ze7DE5eOh32oGYVYcLOuR/P6yUpAqWW57eEEhNrMU=";
hash = "sha256-If59UQZC8rYamZ1Fw9l0X5UOEf5rokl1Vbj2N4K3jkU=";
};
propagatedBuildInputs = [