Skip to content

Commit d581739

Browse files
authored
python312Packages.boto3-stubs: 1.35.87 -> 1.35.88 (#368521)
2 parents a7e1f3f + d7864a4 commit d581739

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

360360
buildPythonPackage rec {
361361
pname = "boto3-stubs";
362-
version = "1.35.87";
362+
version = "1.35.88";
363363
pyproject = true;
364364

365365
disabled = pythonOlder "3.7";
366366

367367
src = fetchPypi {
368368
pname = "boto3_stubs";
369369
inherit version;
370-
hash = "sha256-hcGlTzDjO1qzlGEzJ1vvP84feuj9l1JVMjEPVzvQ444=";
370+
hash = "sha256-EWAlHIz8xYHO0/kNkAvmOVpZb5fG8UPGZepO33XNoYw=";
371371
};
372372

373373
build-system = [ setuptools ];

0 commit comments

Comments
 (0)