Unverified Commit 3b62e8aa authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

cfripper: 1.19.1 -> 1.20.0 (#499705)

parents 8a4f5a73 c6d8b2c5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3.pkgs.buildPythonApplication (finalAttrs: {
  pname = "cfripper";
  version = "1.19.1";
  version = "1.20.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Skyscanner";
    repo = "cfripper";
    tag = "v${finalAttrs.version}";
    hash = "sha256-7lFHtdicpoZ3ZhwKeRhjex3tK+0aOzKD44Q7njOR2l4=";
    hash = "sha256-uJy1n+bZgmKZpyu1MmbHgKeEOl5onUuQI3ZAlLgY+v4=";
  };

  pythonRelaxDeps = [