Skip to content

Commit 202bcaa

Browse files
authored
python313Packages.boto3-stubs: 1.35.97 -> 1.35.98, python313Packages.botocore-stubs: 1.35.97 -> 1.35.98 (#373565)
2 parents ca58adb + 2bac0ed commit 202bcaa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.97";
362+
version = "1.35.98";
363363
pyproject = true;
364364

365365
disabled = pythonOlder "3.7";
366366

367367
src = fetchPypi {
368368
pname = "boto3_stubs";
369369
inherit version;
370-
hash = "sha256-QYL58Y8nmWn7y2lyAPmommsHqV5F99snarkNzfZacro=";
370+
hash = "sha256-qdOM6v3XKtpgvfqnLYO1Sflr2CNbOy8JBHU+RRkdaQ0=";
371371
};
372372

373373
build-system = [ setuptools ];

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.97";
13+
version = "1.35.98";
1414
pyproject = true;
1515

1616
disabled = pythonOlder "3.7";
1717

1818
src = fetchPypi {
1919
pname = "botocore_stubs";
2020
inherit version;
21-
hash = "sha256-quCOpKKqPDYM/Xg/jkxxPbZDUbQpuu4UiCDVsKbZIho=";
21+
hash = "sha256-oz9HTo6eNU7X5OR9XvsT1oI01zZjYNY5HG5wljxHdYk=";
2222
};
2323

2424
nativeBuildInputs = [ setuptools ];

0 commit comments

Comments
 (0)