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 {
|
||||
pname = "frogmouth";
|
||||
version = "0.9.0";
|
||||
version = "0.9.1";
|
||||
format = "pyproject";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Textualize";
|
||||
repo = "frogmouth";
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user