python3Packages.rigour: 1.3.10 -> 1.3.11

This commit is contained in:
R. Ryantm
2025-10-14 21:37:41 +00:00
parent 798c30d1e2
commit df02dfae05
@@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "rigour";
version = "1.3.10";
version = "1.3.11";
pyproject = true;
src = fetchFromGitHub {
owner = "opensanctions";
repo = "rigour";
tag = "v${version}";
hash = "sha256-M3PfcfVz4oS3DloZB5Q78sIPDjinwZJJKketXcEp44o=";
hash = "sha256-ahHrNky8dGcH8UmpnZ8avfzyrz5RIvsL9YOe4V8EeE4=";
};
build-system = [