python311Packages.botocore-stubs: 1.34.35 -> 1.34.36

This commit is contained in:
Fabian Affolter 2024-02-07 00:13:10 +01:00
parent 7317fb9f77
commit 14a041aa79

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "botocore-stubs";
version = "1.34.35";
version = "1.34.36";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-312PNpggpky4TxJKKEG2IDDz6Gtr0HlJN276sxw4RcU=";
hash = "sha256-+VvELnYPQr54AgvmqJ6lzrMHtgRzDiyiVdmMrkhoM40=";
};
nativeBuildInputs = [