python313Packages.aioboto3: 14.2.0 -> 14.3.0
Diff: https://github.com/terrycain/aioboto3/compare/refs/tags/v14.2.0...refs/tags/v14.3.0 Changelog: https://github.com/terrycain/aioboto3/blob/refs/tags/v14.3.0/CHANGELOG.rst
This commit is contained in:
@@ -16,14 +16,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "aioboto3";
|
||||
version = "14.2.0";
|
||||
version = "14.3.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "terrycain";
|
||||
repo = "aioboto3";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-RzaMsJtGvC6IILgwj09kymw+Hv3gjyBf2PHBzYC9itE=";
|
||||
hash = "sha256-3GdTpbU0uEEzezQPHJTGPB42Qu604eIhcIAP4rZMQiY=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
|
||||
Reference in New Issue
Block a user