python: natsort: 5.2.0 -> 5.3.2

This commit is contained in:
Frederik Rietdijk 2018-06-12 18:47:03 +02:00
parent eddf34b12d
commit c4d29f18c1

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "natsort";
version = "5.2.0";
version = "5.3.2";
checkInputs = [
hypothesis
@ -31,7 +31,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "c960082d2145b04723041c4b85092546560538e29664dd197a1344d5b090bc91";
sha256 = "94056276c41be501d9fad3ade61d4eb4edf3b37fea53829b3294b75dc1d23708";
};
# testing based on project's tox.ini