python3Packages.rigour: 1.7.2 -> 1.7.4

This commit is contained in:
R. Ryantm
2026-03-08 01:12:24 +00:00
parent 7a5d8e9551
commit 095771691f
@@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "rigour";
version = "1.7.2";
version = "1.7.4";
pyproject = true;
src = fetchFromGitHub {
owner = "opensanctions";
repo = "rigour";
tag = "v${version}";
hash = "sha256-AiyAZaAQ3r4gJbtkuduU4t56BkP/KPxU2F3pcOqCJH8=";
hash = "sha256-YvxyKWkhiujVvrFpWd2JMf5+v81ugioCViHCt9AcNCM=";
};
build-system = [