forked from mirrors/nixpkgs
python3Packages.setuptools: 47.3.1 -> 50.3.1
This commit is contained in:
parent
ec19442578
commit
ea0bf3c70a
|
@ -13,7 +13,7 @@
|
|||
|
||||
let
|
||||
pname = "setuptools";
|
||||
version = "47.3.1";
|
||||
version = "50.3.1";
|
||||
|
||||
# Create an sdist of setuptools
|
||||
sdist = stdenv.mkDerivation rec {
|
||||
|
@ -23,7 +23,7 @@ let
|
|||
owner = "pypa";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "0sy3p4ibgqx67hzn1f254jh8070a8kl9g2la62p3c74k2x7p0r7f";
|
||||
sha256 = "Z4KHB3Pv4wZPou/Vbp1DFDgDp47OTDfVChGP55GtIJE=";
|
||||
name = "${pname}-${version}-source";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue