setupcfg2nix: Bump to 2.0.1.

Fixes #83814
This commit is contained in:
Shea Levy 2020-03-31 17:54:12 -04:00
parent bb5c622963
commit 0a7c10f701
No known key found for this signature in database
GPG key ID: 5C0BD6957D86FE27
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ buildSetupcfg rec {
owner = "target";
repo = "setupcfg2nix";
rev = info.version;
sha256 = "1zn9njpzwhwikrirgjlyz6ys3xr8gq61ry8blmnpscqvhsdhxcs6";
sha256 = "1rj227vxybwp9acwnpwg9np964b1qcw2av3qmx00isnrw5vcps8m";
};
application = true;
meta = {

View file

@ -1,6 +1,6 @@
{
pname = ''setupcfg2nix'';
version = ''1.1.0'';
version = ''2.0.1'';
install_requires = [
''setuptools''
];