python3Packages.aiocron: 1.8 -> 2.1

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-04-03 23:12:00 +02:00
parent 295133d1ed
commit a4a3d5dc06
@@ -12,12 +12,12 @@
buildPythonPackage rec {
pname = "aiocron";
version = "1.8";
version = "2.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-SFRlE/ry63kB5lpk66e2U8gBBu0A7ZyjQZw9ELZVWgE=";
hash = "sha256-G7ZaNq7hN+iDNZJ4OVbgx9xHi8PpJz/ChB1dDGBF5NI=";
};
nativeBuildInputs = [ setuptools ];