python313Packages.boto3-stubs: migrate to finalAttrs

This commit is contained in:
Fabian Affolter
2026-01-13 08:23:11 +01:00
committed by GitHub
parent b8706bc2c2
commit 46e54f96bd
@@ -356,14 +356,14 @@
typing-extensions,
}:
buildPythonPackage rec {
buildPythonPackage (finalAttrs: {
pname = "boto3-stubs";
version = "1.42.26";
pyproject = true;
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
inherit (finalAttrs) version;
hash = "sha256-U3s4gorgNqQKwQP8K8xSDpM3WYFtqcq/v+zp7RddfH4=";
};
@@ -1094,8 +1094,6 @@ buildPythonPackage rec {
description = "Type annotations for boto3";
homepage = "https://pypi.org/project/boto3-stubs/";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
fab
];
maintainers = with lib.maintainers; [ fab ];
};
}
})