pythonPackages.python-levenshtein: 0.12.0 -> 0.12.1
This fixes a potential segfault on 32bit machines when the input string causes some 32 bit size calculations (on size_t) to overflow. See https://github.com/ztane/python-Levenshtein/issues/62 for details.
This commit is contained in:
parent
28446caa01
commit
fe13d37c7e
@ -5,11 +5,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "python-Levenshtein";
|
||||
version = "0.12.0";
|
||||
version = "0.12.1";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1c9ybqcja31nghfcc8xxbbz9h60s9qi12b9hr4jyl69xbvg12fh3";
|
||||
sha256 = "0489zzjlfgzpc7vggs7s7db13pld2nlnw7iwgdz1f386i0x2fkjm";
|
||||
};
|
||||
|
||||
# No tests included in archive
|
||||
|
Loading…
Reference in New Issue
Block a user