python3Packages.croniter: 1.0.9 -> 1.0.13
This commit is contained in:
parent
89f90fda19
commit
a79be6b298
1 changed files with 4 additions and 2 deletions
|
@ -10,11 +10,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "croniter";
|
||||
version = "1.0.9";
|
||||
version = "1.0.13";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "708532f70584207e23ef2989ca40f367e6238bfe050133a1aff43e1e0e6f6092";
|
||||
sha256 = "sha256-V/Nt9PWhwxu/ULv/o1UWEsGfYVarHoji5CNCzLufm5o=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
@ -28,6 +28,8 @@ buildPythonPackage rec {
|
|||
tzlocal
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "croniter" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "croniter provides iteration for datetime object with cron like format";
|
||||
homepage = "https://github.com/kiorky/croniter";
|
||||
|
|
Loading…
Reference in a new issue