python38Packages.python-crontab: 2.5.1 -> 2.6.0

This commit is contained in:
R. RyanTM 2021-10-20 03:02:44 +00:00
parent 5b3ac7b07e
commit 349eacdc73

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "python-crontab";
version = "2.5.1";
version = "2.6.0";
src = fetchPypi {
inherit pname version;
sha256 = "4bbe7e720753a132ca4ca9d4094915f40e9d9dc8a807a4564007651018ce8c31";
sha256 = "1e35ed7a3cdc3100545b43e196d34754e6551e7f95e4caebbe0e1c0ca41c2f1b";
};
checkInputs = [ pytestCheckHook ];