python313Packages.rigour: 0.8.2 -> 1.2.2

This commit is contained in:
Fabian Affolter
2025-08-08 22:55:31 +02:00
parent 42e35b7972
commit b4e057c125
@@ -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