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

python311Packages.botocore-stubs: 1.34.61 -> 1.34.62
This commit is contained in:
Fabian Affolter 2024-03-14 16:48:21 +01:00 committed by GitHub
commit 88cadf29bf
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.61";
version = "1.34.62";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-yOzieubWIEqCOipt9HEo1vnhxOYyUuHhHYb2NemLQVk=";
hash = "sha256-i0iPzIqL0zsA08frxJB65Eys6o/qk6Tf2sf6tfBlAMg=";
};
nativeBuildInputs = [