toot: 0.47.0 -> 0.47.1

This commit is contained in:
R. Ryantm 2024-12-09 04:43:40 +00:00
parent 962bd73da6
commit ab45bc5c01

View File

@ -7,14 +7,14 @@
python3Packages.buildPythonApplication rec {
pname = "toot";
version = "0.47.0";
version = "0.47.1";
pyproject = true;
src = fetchFromGitHub {
owner = "ihabunek";
repo = "toot";
rev = "refs/tags/${version}";
hash = "sha256-TG98e/3X+bcNsx8ZR0Nv0VWlR/cJ7tzz46K7tYyoKsM=";
tag = version;
hash = "sha256-cdlLZL3XZDgEXbac3Kgm9o61SOpoZzWD6C1DDwj6eNo=";
};
nativeCheckInputs = with python3Packages; [ pytest ];