Skip to content

Commit d1e0ed6

Browse files
authored
toot: 0.45.0 -> 0.47.0 (#359210)
2 parents 01090d3 + 3b68f42 commit d1e0ed6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pkgs/by-name/to/toot/package.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77

88
python3Packages.buildPythonApplication rec {
99
pname = "toot";
10-
version = "0.45.0";
10+
version = "0.47.0";
1111
pyproject = true;
1212

1313
src = fetchFromGitHub {
1414
owner = "ihabunek";
1515
repo = "toot";
1616
rev = "refs/tags/${version}";
17-
hash = "sha256-xBpqB81LSOq+eGVwEL6fAxBR8UXCduf5syzCdwydW4Q=";
17+
hash = "sha256-TG98e/3X+bcNsx8ZR0Nv0VWlR/cJ7tzz46K7tYyoKsM=";
1818
};
1919

2020
nativeCheckInputs = with python3Packages; [ pytest ];
@@ -48,6 +48,7 @@ python3Packages.buildPythonApplication rec {
4848
description = "Mastodon CLI interface";
4949
mainProgram = "toot";
5050
homepage = "https://github.com/ihabunek/toot";
51+
changelog = "https://github.com/ihabunek/toot/blob/refs/tags/${version}/CHANGELOG.md";
5152
license = lib.licenses.gpl3Only;
5253
maintainers = with lib.maintainers; [
5354
matthiasbeyer

0 commit comments

Comments
 (0)