todoman: 4.5.0 -> 4.6.0
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user