depencencies: updated pathlib2 to 2.3.3

This commit is contained in:
Marcin Kuzminski 2018-12-12 13:50:39 +01:00
parent 8ae9cfc8af
commit 0022a07a4a
2 changed files with 4 additions and 4 deletions

View file

@ -1001,15 +1001,15 @@ self: super: {
};
};
"pathlib2" = super.buildPythonPackage {
name = "pathlib2-2.3.2";
name = "pathlib2-2.3.3";
doCheck = false;
propagatedBuildInputs = [
self."six"
self."scandir"
];
src = fetchurl {
url = "https://files.pythonhosted.org/packages/db/a8/7d6439c1aec525ed70810abee5b7d7f3aa35347f59bc28343e8f62019aa2/pathlib2-2.3.2.tar.gz";
sha256 = "10yb0iv5x2hs631rcppkhbddx799d3h8pcwmkbh2a66ns3w71ccf";
url = "https://files.pythonhosted.org/packages/bf/d7/a2568f4596b75d2c6e2b4094a7e64f620decc7887f69a1f2811931ea15b9/pathlib2-2.3.3.tar.gz";
sha256 = "0hpp92vqqgcd8h92msm9slv161b1q160igjwnkf2ag6cx0c96695";
};
meta = {
license = [ pkgs.lib.licenses.mit ];

View file

@ -40,10 +40,10 @@ markupsafe==1.0.0
msgpack-python==0.5.6
pyotp==2.2.7
packaging==15.2
pathlib2==2.3.2
paste==3.0.5
pastedeploy==2.0.1
pastescript==3.0.0
pathlib2==2.3.3
peppercorn==0.6
psutil==5.4.7
py-bcrypt==0.4