File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
development/python-modules/rapidfuzz Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,10 @@ python.pkgs.buildPythonApplication rec {
6868 ${ python . pythonOnBuildForHost . interpreter } manage.py compress
6969 '' ;
7070
71+ pythonRelaxDeps = [
72+ "rapidfuzz"
73+ ] ;
74+
7175 dependencies =
7276 with python . pkgs ;
7377 [
Original file line number Diff line number Diff line change 1919
2020buildPythonPackage rec {
2121 pname = "rapidfuzz" ;
22- version = "3.12.0 " ;
22+ version = "3.12.1 " ;
2323 pyproject = true ;
2424
2525 disabled = pythonOlder "3.9" ;
@@ -28,7 +28,7 @@ buildPythonPackage rec {
2828 owner = "maxbachmann" ;
2929 repo = "RapidFuzz" ;
3030 tag = "v${ version } " ;
31- hash = "sha256-BNhdN6nKAIIA2PXrpvdy35udklotoBAu2ghQFNwGvWE =" ;
31+ hash = "sha256-33NwGWulBJ7WAMAE0163OJM9kL04FuHa5P7m66PZL6s =" ;
3232 } ;
3333
3434 postPatch = ''
You can’t perform that action at this time.
0 commit comments