todoman: 4.5.0 -> 4.6.0

This commit is contained in:
Anton Mosich
2025-08-23 19:00:16 +02:00
parent 792d8f00f4
commit 694d2c9254
+4 -2
View File
@@ -5,18 +5,19 @@
lib,
python3,
sphinxHook,
writableTmpDirAsHomeHook,
}:
python3.pkgs.buildPythonApplication rec {
pname = "todoman";
version = "4.5.0";
version = "4.6.0";
pyproject = true;
src = fetchFromGitHub {
owner = "pimutils";
repo = "todoman";
tag = "v${version}";
hash = "sha256-sk5LgFNo5Dc+oHCLu464Q1g0bk1QGsA7xMtMiits/8c=";
hash = "sha256-WMIXPPtW1227iDXLqG/JIYdNp5bxHxTlqpFtcIvZ8Aw=";
};
nativeBuildInputs = [
@@ -49,6 +50,7 @@ python3.pkgs.buildPythonApplication rec {
pytest-cov-stub
pytestCheckHook
pytz
writableTmpDirAsHomeHook
];
outputs = [