forked from mirrors/nixpkgs
python: pathlib2: 2.3.0 -> 2.3.2
This commit is contained in:
parent
7e92492631
commit
22931cec66
|
@ -10,11 +10,11 @@
|
|||
|
||||
if !(pythonOlder "3.4") then null else buildPythonPackage rec {
|
||||
pname = "pathlib2";
|
||||
version = "2.3.0";
|
||||
version = "2.3.2";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "d32550b75a818b289bd4c1f96b60c89957811da205afcceab75bc8b4857ea5b3";
|
||||
sha256 = "8eb170f8d0d61825e09a95b38be068299ddeda82f35e96c3301a8a5e7604cb83";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ six ] ++ lib.optional (pythonOlder "3.5") scandir;
|
||||
|
|
Loading…
Reference in a new issue