figsoda 2023-07-20 09:51:37 -04:00
parent 7c14607112
commit e74c3b4a8e

View file

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "frogmouth";
version = "0.7.0";
version = "0.8.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "Textualize";
repo = "frogmouth";
rev = "v${version}";
hash = "sha256-XKIGZ100aK5ZCsPxxakXhymYXXFYo7S+chMFs7jwXtw=";
hash = "sha256-GVXzYPYvqgWRFOZW+dfYVI6Dhk9yUmuJ7V8wtM0VjR0=";
};
nativeBuildInputs = [
@ -29,6 +29,7 @@ python3.pkgs.buildPythonApplication rec {
pythonRelaxDeps = [
"httpx"
"textual"
"xdg"
];