3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.setuptools: 47.3.1 -> 50.3.1

This commit is contained in:
Frederik Rietdijk 2020-11-29 15:06:47 +01:00
parent ec19442578
commit ea0bf3c70a

View file

@ -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";
};