Skip to content

Commit b47831e

Browse files
authored
toot: 0.47.0 -> 0.47.1 (#363457)
2 parents 416d8e8 + ab45bc5 commit b47831e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

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

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

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

2020
nativeCheckInputs = with python3Packages; [ pytest ];

0 commit comments

Comments
 (0)