Skip to content

Commit a7e1f3f

Browse files
authored
python312Packages.botocore-stubs: 1.35.87 -> 1.35.88 (#368523)
2 parents 3f7b565 + 9766259 commit a7e1f3f

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/botocore-stubs

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/botocore-stubs/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010

1111
buildPythonPackage rec {
1212
pname = "botocore-stubs";
13-
version = "1.35.87";
13+
version = "1.35.88";
1414
pyproject = true;
1515

1616
disabled = pythonOlder "3.7";
1717

1818
src = fetchPypi {
1919
pname = "botocore_stubs";
2020
inherit version;
21-
hash = "sha256-CeKiwHV/uVoMpZXHJOtaFR8cTCZLUcQ8vbVYU6eWxMQ=";
21+
hash = "sha256-0kYZ5reA087sjwKlxDb3SIar+d0pXWENhLOMUjQKp3o=";
2222
};
2323

2424
nativeBuildInputs = [ setuptools ];

0 commit comments

Comments
 (0)