1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-20 02:53:10 +00:00

Merge pull request #139118 from r-ryantm/auto-update/vcstool

vcstool: 0.2.15 -> 0.3.0
This commit is contained in:
figsoda 2021-09-24 16:11:29 -04:00 committed by GitHub
commit 8f1cf3840f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];