python311Packages.boto3-stubs: 1.34.42 -> 1.34.44

This commit is contained in:
R. Ryantm 2024-02-17 00:33:35 +00:00
parent e69428d774
commit 5c16ded5ef

View File

@ -365,14 +365,14 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.34.42";
version = "1.34.44";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-wg/LCxaAvonBhZUaLIhAbn3NSKkYFCMbWfN9rWJJEIo=";
hash = "sha256-FXLl1Ro/kpZE6qRQqTKYDPmgDjKbJjzgpTAtdEolVMM=";
};
nativeBuildInputs = [