python312Packages.rapidfuzz: 3.10.1 -> 3.11.0

This commit is contained in:
R. Ryantm
2025-01-10 06:59:45 +00:00
parent 24a8c64c2b
commit a895f157d3
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "rapidfuzz";
version = "3.10.1";
version = "3.11.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "maxbachmann";
repo = "RapidFuzz";
tag = "v${version}";
hash = "sha256-0L8nkjgWdP/w//M69ZRxYk9If3CIEcnAl9mkJKJ4o1g=";
hash = "sha256-wsY0JCY8unLIMs01SLgQMOu9RQ0qTdPAZ71e6TigTVQ=";
};
postPatch = ''