python3Packages.croniter: 1.0.13 -> 1.0.15

This commit is contained in:
Fabian Affolter 2021-07-02 09:33:08 +02:00
parent 4ba0ccc59e
commit c10dc59dc0

View file

@ -10,11 +10,11 @@
buildPythonPackage rec {
pname = "croniter";
version = "1.0.13";
version = "1.0.15";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-V/Nt9PWhwxu/ULv/o1UWEsGfYVarHoji5CNCzLufm5o=";
sha256 = "06c2smrjskd9di8lcpymcxmygncxr14932qjhslc37yyaafzq3d7";
};
propagatedBuildInputs = [