figsoda 2023-05-27 16:50:22 -04:00
parent b65bce55a2
commit ea332796f2

View file

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "frogmouth"; pname = "frogmouth";
version = "0.5.0"; version = "0.6.0";
format = "pyproject"; format = "pyproject";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Textualize"; owner = "Textualize";
repo = "frogmouth"; repo = "frogmouth";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-5MNQ78zwjtenHDjy2g1rjiq4HvFie7uUSlMwZu6RmXg="; hash = "sha256-BgJdcdIgYNZUJLWDgUWIDyiSSAkLdePYus3IYQo/QpY=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [