toot: 0.45.0 -> 0.47.0 (#359210)
This commit is contained in:
commit
d1e0ed6276
@ -7,14 +7,14 @@
|
|||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "toot";
|
pname = "toot";
|
||||||
version = "0.45.0";
|
version = "0.47.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ihabunek";
|
owner = "ihabunek";
|
||||||
repo = "toot";
|
repo = "toot";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-xBpqB81LSOq+eGVwEL6fAxBR8UXCduf5syzCdwydW4Q=";
|
hash = "sha256-TG98e/3X+bcNsx8ZR0Nv0VWlR/cJ7tzz46K7tYyoKsM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeCheckInputs = with python3Packages; [ pytest ];
|
nativeCheckInputs = with python3Packages; [ pytest ];
|
||||||
@ -48,6 +48,7 @@ python3Packages.buildPythonApplication rec {
|
|||||||
description = "Mastodon CLI interface";
|
description = "Mastodon CLI interface";
|
||||||
mainProgram = "toot";
|
mainProgram = "toot";
|
||||||
homepage = "https://github.com/ihabunek/toot";
|
homepage = "https://github.com/ihabunek/toot";
|
||||||
|
changelog = "https://github.com/ihabunek/toot/blob/refs/tags/${version}/CHANGELOG.md";
|
||||||
license = lib.licenses.gpl3Only;
|
license = lib.licenses.gpl3Only;
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
matthiasbeyer
|
matthiasbeyer
|
||||||
|
Loading…
Reference in New Issue
Block a user