Merge pull request #247753 from figsoda/frogmouth

frogmouth: 0.8.0 -> 0.9.0
This commit is contained in:
Nick Cao
2023-08-07 18:46:04 -06:00
committed by GitHub
+2 -2
View File
@@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "frogmouth";
version = "0.8.0";
version = "0.9.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "Textualize";
repo = "frogmouth";
rev = "v${version}";
hash = "sha256-GVXzYPYvqgWRFOZW+dfYVI6Dhk9yUmuJ7V8wtM0VjR0=";
hash = "sha256-TMCeIwMEoNDQV9iue4XrdYQMmwofXDvdMMLTZKILQ9Q=";
};
nativeBuildInputs = [