frogmouth: 0.7.0 -> 0.8.0
Diff: https://github.com/Textualize/frogmouth/compare/v0.7.0...v0.8.0 Changelog: https://github.com/Textualize/frogmouth/blob/v0.8.0/ChangeLog.md
This commit is contained in:
parent
7c14607112
commit
e74c3b4a8e
1 changed files with 3 additions and 2 deletions
|
@ -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"
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue