From 3c8d7074d7e4c5a98003306bba4348aeac1d8ee2 Mon Sep 17 00:00:00 2001 From: Anthony ROUSSEL Date: Wed, 30 Jul 2025 19:12:34 +0200 Subject: [PATCH] python3Packages.aioboto3: 14.3.0 -> 15.0.0 Diff: https://github.com/terricain/aioboto3/compare/refs/tags/v14.3.0...refs/tags/v15.0.0 Changelog: https://github.com/terricain/aioboto3/blob/refs/tags/v15.0.0/CHANGELOG.rst --- pkgs/development/python-modules/aioboto3/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgs/development/python-modules/aioboto3/default.nix b/pkgs/development/python-modules/aioboto3/default.nix index c36746e5cc71..a915813c9e18 100644 --- a/pkgs/development/python-modules/aioboto3/default.nix +++ b/pkgs/development/python-modules/aioboto3/default.nix @@ -16,14 +16,14 @@ buildPythonPackage rec { pname = "aioboto3"; - version = "14.3.0"; + version = "15.0.0"; pyproject = true; src = fetchFromGitHub { - owner = "terrycain"; + owner = "terricain"; repo = "aioboto3"; tag = "v${version}"; - hash = "sha256-3GdTpbU0uEEzezQPHJTGPB42Qu604eIhcIAP4rZMQiY="; + hash = "sha256-Z4tUwTFaXC3BGUKc1FPY0xoaUViAEiZNeP5REWotw2M="; }; pythonRelaxDeps = [ @@ -63,8 +63,8 @@ buildPythonPackage rec { meta = { description = "Wrapper to use boto3 resources with the aiobotocore async backend"; - homepage = "https://github.com/terrycain/aioboto3"; - changelog = "https://github.com/terrycain/aioboto3/blob/${src.rev}/CHANGELOG.rst"; + homepage = "https://github.com/terricain/aioboto3"; + changelog = "https://github.com/terricain/aioboto3/blob/${src.rev}/CHANGELOG.rst"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ mbalatsko ]; };