python312Packages.boto3-stubs: 1.34.23 -> 1.34.25

This commit is contained in:
R. Ryantm 2024-01-23 07:03:13 +00:00
parent 98d778f015
commit 7883b404b1

View file

@ -365,14 +365,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "boto3-stubs"; pname = "boto3-stubs";
version = "1.34.23"; version = "1.34.25";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-VNez2P7s72huTjRfNBvkxZGsjcxkExn7aSCudhuAt4Q="; hash = "sha256-l8uuaUto4toyW6wGbE6+iwugtf1HQl5kSsiZoXCdJw8=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [