python311Packages.boto3-stubs: 1.34.23 -> 1.34.25

This commit is contained in:
Fabian Affolter
2024-01-23 09:12:17 +01:00
parent a0b6f17c09
commit a69448796d
@@ -365,14 +365,14 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.34.23";
version = "1.34.25";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-VNez2P7s72huTjRfNBvkxZGsjcxkExn7aSCudhuAt4Q=";
hash = "sha256-l8uuaUto4toyW6wGbE6+iwugtf1HQl5kSsiZoXCdJw8=";
};
nativeBuildInputs = [