python311Packages.botocore-stubs: 1.31.39 -> 1.31.40

This commit is contained in:
R. Ryantm 2023-09-01 23:48:26 +00:00
parent e2f02c7c18
commit 2cff2d52f3

View file

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "botocore-stubs";
version = "1.31.39";
version = "1.31.40";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-pqpGnPXZT5lDnTpXBfsJk0/tBtUovgazAWZf/TZJfNg=";
hash = "sha256-IAGiU9r0ri4XHmE3uZgqAKf7/HpTRJoWhW3ASefNUhQ=";
};
nativeBuildInputs = [