diff --git a/pkgs/development/python-modules/rigour/default.nix b/pkgs/development/python-modules/rigour/default.nix index 0d11ffb20d47..9d88f21c99db 100644 --- a/pkgs/development/python-modules/rigour/default.nix +++ b/pkgs/development/python-modules/rigour/default.nix @@ -1,32 +1,34 @@ { lib, - buildPythonPackage, - fetchFromGitHub, - hatchling, + ahocorasick-rs, babel, banal, + buildPythonPackage, + fetchFromGitHub, fingerprints, + hatchling, jellyfish, jinja2, normality, + orjson, + pytestCheckHook, python-stdnum, pytz, pyyaml, rapidfuzz, typing-extensions, - pytestCheckHook, }: buildPythonPackage rec { pname = "rigour"; - version = "0.8.2"; + version = "1.2.2"; pyproject = true; src = fetchFromGitHub { owner = "opensanctions"; repo = "rigour"; tag = "v${version}"; - hash = "sha256-endggriOj+DBWfcYDQ034OvzxVCaHV9QUMAk0qtSYPg="; + hash = "sha256-k0rOl9mkSD7Evb8wc043Coa2UNSlaX7BqUscqcEciRQ="; }; build-system = [ @@ -34,12 +36,14 @@ buildPythonPackage rec { ]; dependencies = [ + ahocorasick-rs babel banal fingerprints jellyfish jinja2 normality + orjson python-stdnum pytz pyyaml