vcstool: 0.2.7 -> 0.2.9

This commit is contained in:
R. RyanTM 2020-07-07 21:48:08 +00:00 committed by Frederik Rietdijk
parent 06517f3d10
commit d5bcf3c985

View File

@ -5,11 +5,11 @@ with python3Packages;
buildPythonApplication rec { buildPythonApplication rec {
pname = "vcstool"; pname = "vcstool";
version = "0.2.7"; version = "0.2.9";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "1mq8lmb1wh55cqdj7javq7qia4217h6vf5ljc99gsjyibi7g7d3k"; sha256 = "1lb0j120sj76swi702ah6ryn770m1y7gh69237zxpyh897pn5paa";
}; };
propagatedBuildInputs = [ pyyaml setuptools ]; propagatedBuildInputs = [ pyyaml setuptools ];