python311Packages.botocore-stubs: 1.34.53 -> 1.34.54

This commit is contained in:
Fabian Affolter 2024-03-02 10:00:34 +01:00
parent 7e1f7217d5
commit d24c91fbda

View file

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "botocore-stubs";
version = "1.34.53";
version = "1.34.54";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-41fme2SpxtfeEOdmzSxmWJJkJXRG26bl7hwt/Ltjvlw=";
hash = "sha256-lY8AhDItyeVJ9zFRtob6UbFYWPsrOlc7n0Nn8HP/9GM=";
};
nativeBuildInputs = [