Merge pull request #283151 from fabaff/botocore-stubs-bump

python311Packages.botocore-stubs: 1.34.23 -> 1.34.25
This commit is contained in:
Nick Cao 2024-01-23 09:19:16 -05:00 committed by GitHub
commit ee5791d69c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "botocore-stubs";
version = "1.34.23";
version = "1.34.25";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-aSfRj6JrFOhTJXO/BmIEDb+OOUOg9uNTEhziVXnlyUI=";
hash = "sha256-cyIZICHgSSIE0iOqyIDU0r39OQ8+fzh00enhmPgkg2c=";
};
nativeBuildInputs = [