python311Packages.croniter: 1.3.8 -> 1.3.14

This commit is contained in:
R. Ryantm 2023-05-11 13:53:12 +00:00
parent 3cb5bc287d
commit c099659349

View File

@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "croniter";
version = "1.3.8";
version = "1.3.14";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-MqXsBOl+wIN7zfATdnq9LnHM7u/TwuFMgECYzlGtbNk=";
hash = "sha256-0Gex+VtVPG6C2VqYPEZWlZE9zRL0eouaqTigRQ2U3V4=";
};
propagatedBuildInputs = [