Unverified Commit 734667be authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

cfripper: 1.18.0 -> 1.19.0 (#454271)

parents 2521c3ff d1d85212
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "cfripper";
  version = "1.18.0";
  version = "1.19.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Skyscanner";
    repo = "cfripper";
    tag = "v${version}";
    hash = "sha256-9cnOy7XBN3BRjUh6ST9RsKpAPJ8wrzJHtKMKhp7sg1g=";
    hash = "sha256-4qDZANerC46CV0/+6dItNDCKSPsd5HjiK1+BFZktouw=";
  };

  pythonRelaxDeps = [