3
0
Fork 0
forked from mirrors/nixpkgs

python311Packages.botocore-stubs: 1.34.25 -> 1.34.26

This commit is contained in:
R. Ryantm 2024-01-24 15:42:05 +00:00
parent d63af7f57c
commit 29eb257997

View file

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "botocore-stubs";
version = "1.34.25";
version = "1.34.26";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-cyIZICHgSSIE0iOqyIDU0r39OQ8+fzh00enhmPgkg2c=";
hash = "sha256-65EItCrdCs4ocQQr+0HToSRqHkR8tHp3EEIniopoSb8=";
};
nativeBuildInputs = [