Robert Schütz 2025-01-21 16:41:36 -08:00
parent 4c8857ab06
commit e8f6d10c0b

View File

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "rapidfuzz";
version = "3.11.0";
version = "3.12.0";
pyproject = true;
disabled = pythonOlder "3.9";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "maxbachmann";
repo = "RapidFuzz";
tag = "v${version}";
hash = "sha256-wsY0JCY8unLIMs01SLgQMOu9RQ0qTdPAZ71e6TigTVQ=";
hash = "sha256-BNhdN6nKAIIA2PXrpvdy35udklotoBAu2ghQFNwGvWE=";
};
postPatch = ''