Unverified Commit 31a6726c authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

python3Packages.rigour: 1.4.2 -> 1.5.0 (#465160)

parents 3ee8a3dc cf428e29
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,14 +21,14 @@

buildPythonPackage rec {
  pname = "rigour";
  version = "1.4.2";
  version = "1.5.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "opensanctions";
    repo = "rigour";
    tag = "v${version}";
    hash = "sha256-60/zaFw2rYJ6dHEU+0QimdsXHmfndiR5dguZCYE55Rc=";
    hash = "sha256-0uqKcjGxI22jNt7lLP0LvhIyQO2yxV5tS6fW9QiQ814=";
  };

  build-system = [