Unverified Commit 383560ef authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python3Packages.rigour: 1.4.1 -> 1.4.2 (#460954)

parents dcc9896f 482a010d
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.1";
  version = "1.4.2";
  pyproject = true;

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

  build-system = [