File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
pkgs/development/python-modules Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 359359
360360buildPythonPackage rec {
361361 pname = "boto3-stubs" ;
362- version = "1.35.78 " ;
362+ version = "1.35.79 " ;
363363 pyproject = true ;
364364
365365 disabled = pythonOlder "3.7" ;
366366
367367 src = fetchPypi {
368368 pname = "boto3_stubs" ;
369369 inherit version ;
370- hash = "sha256-XQI88fzHI9/bopZT4K2bmTOYXIE6JbwhgH4h6rgeIbQ =" ;
370+ hash = "sha256-ojkVIp2cSa7fw6N3SZyjm4/RzLFCTzh1XjD7n1SOoAY =" ;
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.35.78 " ;
13+ version = "1.35.79 " ;
1414 pyproject = true ;
1515
1616 disabled = pythonOlder "3.7" ;
1717
1818 src = fetchPypi {
1919 pname = "botocore_stubs" ;
2020 inherit version ;
21- hash = "sha256-TLXB/KMwSKKvyiACcZqNaW9wUatPDvX17pbfeq92oFU =" ;
21+ hash = "sha256-wMXwaH0C3c4kcwN8zs8KtjTqNYWnRu6J+bRLV9BGJ4Q =" ;
2222 } ;
2323
2424 nativeBuildInputs = [ setuptools ] ;
You can’t perform that action at this time.
0 commit comments