mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 11:17:35 +00:00
python.pkgs.bootstrapped-pip: setuptools: 40.4.3 -> 40.6.2
This commit is contained in:
parent
faf47b0c23
commit
c02b47b625
@ -9,9 +9,9 @@ let
|
||||
};
|
||||
setuptools_source = fetchPypi {
|
||||
pname = "setuptools";
|
||||
version = "40.4.3";
|
||||
version = "40.6.2";
|
||||
format = "wheel";
|
||||
sha256 = "1zzryv1fqx4nk7hzv4afxpl8k7f60lc0qkhxlc8sqjs4igakfhff";
|
||||
sha256 = "88ee6bcd5decec9bd902252e02e641851d785c6e5e75677d2744a9d13fed0b0a";
|
||||
};
|
||||
|
||||
in stdenv.mkDerivation rec {
|
||||
|
Loading…
Reference in New Issue
Block a user