Unverified Commit 261455e4 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python3Packages.rigour: 1.2.9 -> 1.3.2 (#440877)

parents e8d3447b 80d75fbc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,14 +21,14 @@

buildPythonPackage rec {
  pname = "rigour";
  version = "1.2.9";
  version = "1.3.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "opensanctions";
    repo = "rigour";
    tag = "v${version}";
    hash = "sha256-9eK5ZCkgku/ZDEGAdpXFvZZiFY5sorJ0r0Ko/HuYi1o=";
    hash = "sha256-SvRcqkaTioYBclKZHimo6wbDg9y0vCgmLqCStdjCvKg=";
  };

  build-system = [