Unverified Commit 5c059664 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python3Packages.rigour: 1.3.7 -> 1.3.10 (#449927)

parents 6d9e4c23 2e9e8ee4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,14 +21,14 @@

buildPythonPackage rec {
  pname = "rigour";
  version = "1.3.7";
  version = "1.3.10";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "opensanctions";
    repo = "rigour";
    tag = "v${version}";
    hash = "sha256-XlKP5XHJGnDwaHS43enkGVPoSXDz7+oEyDSG3xghBXM=";
    hash = "sha256-M3PfcfVz4oS3DloZB5Q78sIPDjinwZJJKketXcEp44o=";
  };

  build-system = [