We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e3f7194 + 750686e commit 081391eCopy full SHA for 081391e
pkgs/development/python-modules/boto3-stubs/default.nix
@@ -359,15 +359,15 @@
359
360
buildPythonPackage rec {
361
pname = "boto3-stubs";
362
- version = "1.36.18";
+ version = "1.36.19";
363
pyproject = true;
364
365
disabled = pythonOlder "3.7";
366
367
src = fetchPypi {
368
pname = "boto3_stubs";
369
inherit version;
370
- hash = "sha256-DCTudrNZZbROqp6lsfGrpykwmKcknwKegsFcphoiF7w=";
+ hash = "sha256-ZE5mHF2tiCsxoGkdjVJ0yZ2415Ih0y6dfI0Hen+jiDQ=";
371
};
372
373
build-system = [ setuptools ];
0 commit comments