python310Packages.dockerfile-parse: 2.0.0 -> 2.0.1

This commit is contained in:
R. Ryantm 2023-07-21 17:42:08 +00:00
parent e4f119b781
commit 2116a71151

View file

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "dockerfile-parse";
version = "2.0.0";
version = "2.0.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-If59UQZC8rYamZ1Fw9l0X5UOEf5rokl1Vbj2N4K3jkU=";
hash = "sha256-MYTM3FEyIZg+UDrADhqlBKKqj4Tl3mc8RrC27umex7w=";
};
nativeCheckInputs = [