File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
pkgs/development/python-modules Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 359359
360360buildPythonPackage rec {
361361 pname = "boto3-stubs" ;
362- version = "1.37.24 " ;
362+ version = "1.37.25 " ;
363363 pyproject = true ;
364364
365365 disabled = pythonOlder "3.7" ;
366366
367367 src = fetchPypi {
368368 pname = "boto3_stubs" ;
369369 inherit version ;
370- hash = "sha256-QvfBs9pA6wdP/IMLJkF8mvhlRqYJ/YVj169N6t47UZQ =" ;
370+ hash = "sha256-YxnpEG2b1RmmqIeKgUsxf1TK4CPC4XbDH1AtADSCTR8 =" ;
371371 } ;
372372
373373 build-system = [ setuptools ] ;
Original file line number Diff line number Diff line change 1010
1111buildPythonPackage rec {
1212 pname = "botocore-stubs" ;
13- version = "1.37.24 " ;
13+ version = "1.37.25 " ;
1414 pyproject = true ;
1515
1616 disabled = pythonOlder "3.7" ;
1717
1818 src = fetchPypi {
1919 pname = "botocore_stubs" ;
2020 inherit version ;
21- hash = "sha256-hKn82plb7rGWx928pwqjqZQqMFzGythOxs8TLi1Cva4 =" ;
21+ hash = "sha256-/zqUGXZFFcZMxqzJ9dvwGvdzwIG8t2BstTz+YpRS3Cs =" ;
2222 } ;
2323
2424 nativeBuildInputs = [ setuptools ] ;
Original file line number Diff line number Diff line change @@ -210,8 +210,8 @@ rec {
210210 "sha256-FINgDMmIhMn5M/qVGE3rzZJZEU121rDXNQYa39veAYk=" ;
211211
212212 mypy-boto3-cleanrooms =
213- buildMypyBoto3Package "cleanrooms" "1.37.15 "
214- "sha256-6hJ2F3fQMPHe8VEcd4ZSb7zyeVs4rG3agDHTyICkCsE =" ;
213+ buildMypyBoto3Package "cleanrooms" "1.37.25 "
214+ "sha256-Ip+23aT3OV6Asmfds4m9Du/itEy0W1IiSxwhW57sby4 =" ;
215215
216216 mypy-boto3-cloud9 =
217217 buildMypyBoto3Package "cloud9" "1.37.0"
@@ -1174,8 +1174,8 @@ rec {
11741174 "sha256-c0vXkW5sR7JkdzvsS/rMFme9EwY1x5eZAbRWYKew0v4=" ;
11751175
11761176 mypy-boto3-sagemaker =
1177- buildMypyBoto3Package "sagemaker" "1.37.23 "
1178- "sha256-w3zuzIXvQvxRv9unOJjBv2lnXXRA2tycfo3KCz4l9p4 =" ;
1177+ buildMypyBoto3Package "sagemaker" "1.37.25 "
1178+ "sha256-HDTInC3myzlGgbJ/mSUmcSdoUuRxC0RP/D1BicDy0P8 =" ;
11791179
11801180 mypy-boto3-sagemaker-a2i-runtime =
11811181 buildMypyBoto3Package "sagemaker-a2i-runtime" "1.37.0"
You can’t perform that action at this time.
0 commit comments