python: natsort: 5.1.1 -> 5.2.0

This commit is contained in:
Frederik Rietdijk 2018-02-17 14:21:03 +01:00
parent a14a340631
commit 07cc52863a

View File

@ -18,7 +18,7 @@
buildPythonPackage rec { buildPythonPackage rec {
name = "${pname}-${version}"; name = "${pname}-${version}";
pname = "natsort"; pname = "natsort";
version = "5.1.1"; version = "5.2.0";
buildInputs = [ buildInputs = [
hypothesis hypothesis
@ -36,7 +36,7 @@ buildPythonPackage rec {
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "9ffbfb74bf3fc3905be1b9b052ed865675651e38fcd972ed1ed5c64a02f93cbd"; sha256 = "c960082d2145b04723041c4b85092546560538e29664dd197a1344d5b090bc91";
}; };
patches = lib.optional (isPy35 || isPy36) ./python-3.6.3-test-failures.patch; patches = lib.optional (isPy35 || isPy36) ./python-3.6.3-test-failures.patch;