python310Packages.python-crontab: 2.7.1 -> 3.0.0

This commit is contained in:
R. Ryantm 2023-07-13 23:08:32 +00:00
parent 5975bd00fa
commit 68ab7ff2ef

View File

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "python-crontab";
version = "2.7.1";
version = "3.0.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-shr0ZHx7u4SP7y8CBhbGsCidy5+UtPmRpVMQ/5vsV0k=";
hash = "sha256-eft0ZQOd39T7k9By1u4NRcGsi/FZfwaG6hT9Q2Hbo3k=";
};
propagatedBuildInputs = [