Unverified Commit a651aa6e authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #311847 from r-ryantm/auto-update/flye

flye: 2.9.3 -> 2.9.4
parents e1d617cc 8c67c695
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

python3Packages.buildPythonApplication rec {
  pname = "flye";
  version = "2.9.3";
  version = "2.9.4";

  src = fetchFromGitHub {
    owner = "fenderglass";
    repo = "flye";
    rev = version;
    hash = "sha256-IALqtIPmvDYoH4w/tk2WB/P/pAcKXxgnsu9PFp+wIes=";
    rev = "refs/tags/${version}";
    hash = "sha256-lwiY0VTEsLMMXt1VowsS3jj44v30Z766xNRwQtQKr10=";
  };

  nativeCheckInputs = [ python3Packages.pytestCheckHook ];