python313Packages.rapidfuzz: 3.11.0 -> 3.12.0
Diff: https://github.com/maxbachmann/RapidFuzz/compare/refs/tags/v3.11.0...v3.12.0 Changelog: https://github.com/maxbachmann/RapidFuzz/blob/refs/tags/v3.12.0/CHANGELOG.rst
This commit is contained in:
parent
4c8857ab06
commit
e8f6d10c0b
@ -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 = ''
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user