forked from mirrors/nixpkgs
python.pkgs.setuptools: 0.33.4 -> 0.33.6
This commit is contained in:
parent
afe67e5493
commit
0570a6b126
|
@ -10,13 +10,13 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "setuptools";
|
||||
version = "41.0.1";
|
||||
version = "41.2.0";
|
||||
format = "other";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
extension = "zip";
|
||||
sha256 = "a222d126f5471598053c9a77f4b5d4f26eaa1f150ad6e01dcf1a42e185d05613";
|
||||
sha256 = "66b86bbae7cc7ac2e867f52dc08a6bd064d938bac59dfec71b9b565dd36d6012";
|
||||
};
|
||||
|
||||
# There is nothing to build
|
||||
|
|
Loading…
Reference in a new issue