Unverified Commit b387a48a authored by Donovan Glover's avatar Donovan Glover Committed by GitHub
Browse files

flye: 2.9.4 -> 2.9.5 (#338986)

parents 7ea0b8f2 0e70b90d
Loading
Loading
Loading
Loading
+2 −8
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

python3Packages.buildPythonApplication rec {
  pname = "flye";
  version = "2.9.4";
  version = "2.9.5";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "fenderglass";
    repo = "flye";
    rev = "refs/tags/${version}";
    hash = "sha256-lwiY0VTEsLMMXt1VowsS3jj44v30Z766xNRwQtQKr10=";
    hash = "sha256-448PTdGueQVHFIDS5zMy+XKZCtEb0SqP8bspPLHMJn0=";
  };

  patches = [
@@ -34,12 +34,6 @@ python3Packages.buildPythonApplication rec {
      url = "https://github.com/mikolmogorov/Flye/commit/fb34f1ccfdf569d186a4ce822ee18eced736636b.patch";
      hash = "sha256-52bnZ8XyP0HsY2OpNYMU3xJgotNVdQc/O2w3XIReUdQ=";
    })
    (fetchpatch {
      # https://github.com/mikolmogorov/Flye/pull/670
      name = "remove-find_module.patch";
      url = "https://github.com/mikolmogorov/Flye/commit/441b1c6eb0f60b7c4fb1a40d659c7dabb7ad41b6.patch";
      hash = "sha256-RytFIN1STK33/nvXpck6woQcwV/e1fmA8AgmptiIiDU=";
    })
  ];

  postPatch = ''