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.
master
Andreas Rammhold 2021-02-01 14:01:53 +01:00
parent 28446caa01
commit fe13d37c7e
No known key found for this signature in database
GPG Key ID: E432E410B5E48C86
1 changed files with 2 additions and 2 deletions

View File

@ -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