frogmouth: 0.9.0 -> 0.9.1
Diff: https://github.com/Textualize/frogmouth/compare/v0.9.0...v0.9.1 Changelog: https://github.com/Textualize/frogmouth/blob/v0.9.1/ChangeLog.md
This commit is contained in:
parent
10ee18ca92
commit
a25408ccba
@ -5,14 +5,14 @@
|
|||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "frogmouth";
|
pname = "frogmouth";
|
||||||
version = "0.9.0";
|
version = "0.9.1";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Textualize";
|
owner = "Textualize";
|
||||||
repo = "frogmouth";
|
repo = "frogmouth";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-TMCeIwMEoNDQV9iue4XrdYQMmwofXDvdMMLTZKILQ9Q=";
|
hash = "sha256-0fcCON/M9JklE7X9aRfzTkEFG4ckJqLoQlYCSrWHHGQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Per <https://github.com/srstevenson/xdg-base-dirs/tree/6.0.0#xdg-base-dirs>, the package is
|
# Per <https://github.com/srstevenson/xdg-base-dirs/tree/6.0.0#xdg-base-dirs>, the package is
|
||||||
|
Loading…
Reference in New Issue
Block a user