python: natsort: 5.1.1 -> 5.2.0
This commit is contained in:
parent
a14a340631
commit
07cc52863a
@ -18,7 +18,7 @@
|
||||
buildPythonPackage rec {
|
||||
name = "${pname}-${version}";
|
||||
pname = "natsort";
|
||||
version = "5.1.1";
|
||||
version = "5.2.0";
|
||||
|
||||
buildInputs = [
|
||||
hypothesis
|
||||
@ -36,7 +36,7 @@ buildPythonPackage rec {
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "9ffbfb74bf3fc3905be1b9b052ed865675651e38fcd972ed1ed5c64a02f93cbd";
|
||||
sha256 = "c960082d2145b04723041c4b85092546560538e29664dd197a1344d5b090bc91";
|
||||
};
|
||||
|
||||
patches = lib.optional (isPy35 || isPy36) ./python-3.6.3-test-failures.patch;
|
||||
|
Loading…
Reference in New Issue
Block a user