python312Packages.rapidfuzz: 3.12.0 -> 3.12.1

This commit is contained in:
R. Ryantm
2025-02-04 08:39:40 +00:00
parent 1428a5523b
commit 600c99c85c
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "rapidfuzz";
version = "3.12.0";
version = "3.12.1";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "maxbachmann";
repo = "RapidFuzz";
tag = "v${version}";
hash = "sha256-BNhdN6nKAIIA2PXrpvdy35udklotoBAu2ghQFNwGvWE=";
hash = "sha256-33NwGWulBJ7WAMAE0163OJM9kL04FuHa5P7m66PZL6s=";
};
postPatch = ''