python3Packages.aioboto3: 15.0.0 -> 15.1.0

This commit is contained in:
R. Ryantm
2025-08-26 06:20:05 +00:00
parent 0e209ec109
commit 4eae20718f
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "aioboto3";
version = "15.0.0";
version = "15.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "terricain";
repo = "aioboto3";
tag = "v${version}";
hash = "sha256-Z4tUwTFaXC3BGUKc1FPY0xoaUViAEiZNeP5REWotw2M=";
hash = "sha256-H/hAfFyBfeBoR6nW0sv3/AzFPATUl2uJ+JbzNB5xemo=";
};
# https://github.com/terricain/aioboto3/pull/377