Unverified Commit f8715030 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #234500 from figsoda/frogmouth

frogmouth: 0.5.0 -> 0.6.0
parents 28c5e15f ea332796
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,14 +5,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "frogmouth";
  version = "0.5.0";
  version = "0.6.0";
  format = "pyproject";

  src = fetchFromGitHub {
    owner = "Textualize";
    repo = "frogmouth";
    rev = "v${version}";
    hash = "sha256-5MNQ78zwjtenHDjy2g1rjiq4HvFie7uUSlMwZu6RmXg=";
    hash = "sha256-BgJdcdIgYNZUJLWDgUWIDyiSSAkLdePYus3IYQo/QpY=";
  };

  nativeBuildInputs = [