From a4a3d5dc060a4cd46d01e532160999b288e9e80a Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Tue, 1 Apr 2025 07:13:17 +0200 Subject: [PATCH] python3Packages.aiocron: 1.8 -> 2.1 This commit was automatically generated using update-python-libraries. --- pkgs/development/python-modules/aiocron/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aiocron/default.nix b/pkgs/development/python-modules/aiocron/default.nix index a6a14212c761..df4351bca325 100644 --- a/pkgs/development/python-modules/aiocron/default.nix +++ b/pkgs/development/python-modules/aiocron/default.nix @@ -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 ];