0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

pythonPackages.setuptools: 28.8.0 -> 30.2.0

This commit is contained in:
Frederik Rietdijk 2016-12-05 12:46:57 +01:00
parent c1d98d959b
commit 47d4575255
2 changed files with 4 additions and 4 deletions

View file

@ -5,11 +5,11 @@ stdenv.mkDerivation rec {
shortName = "${pname}-${version}";
name = "${python.libPrefix}-${shortName}";
version = "28.8.0";
version = "30.2.0";
src = fetchurl {
url = "mirror://pypi/${builtins.substring 0 1 pname}/${pname}/${shortName}.tar.gz";
sha256 = "432a1ad4044338c34c2d09b0ff75d509b9849df8cf329f4c1c7706d9c2ba3c61";
sha256 = "f865709919903e3399343c0b3c42f95e9aeddc41e38cfb334fb2bb5dfa384857";
};
buildInputs = [ python wrapPython ];