Skip to content

Commit b7d7596

Browse files
authored
python312Packages.rapidfuzz: 3.12.0 -> 3.12.1 (#379298)
2 parents 59716ba + fc0bacd commit b7d7596

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

pkgs/by-name/we/weblate/package.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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
[

pkgs/development/python-modules/rapidfuzz/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
buildPythonPackage 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 = ''

0 commit comments

Comments
 (0)