vcstool: 0.2.15 -> 0.3.0
This commit is contained in:
parent
8ef88fb10b
commit
c6b8607643
1 changed files with 2 additions and 2 deletions
|
@ -5,11 +5,11 @@ with python3Packages;
|
|||
|
||||
buildPythonApplication rec {
|
||||
pname = "vcstool";
|
||||
version = "0.2.15";
|
||||
version = "0.3.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "b1fce6fcef7b117b245a72dc8658a128635749d01dc7e9d1316490f89f9c2fde";
|
||||
sha256 = "04b3a963e15386660f139e5b95d293e43e3cb414e3b13e14ee36f5223032ee2c";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ pyyaml setuptools ];
|
||||
|
|
Loading…
Reference in a new issue