Skip to content

Commit d54a7c4

Browse files
committed
python313Packages.botocore-stubs: 1.38.15 -> 1.38.16
1 parent ad9ee74 commit d54a7c4

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/botocore-stubs

1 file changed

+2
-2
lines changed

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

1616
disabled = pythonOlder "3.7";
1717

1818
src = fetchPypi {
1919
pname = "botocore_stubs";
2020
inherit version;
21-
hash = "sha256-+Epu/HuVVP7N9Nh1kJoovIvWOn3vI91c6ttbd1nqBSQ=";
21+
hash = "sha256-SOxutsOJI9Dg+UlOcshpRiq1/9NXi5HNLZH9lNNh4Dw=";
2222
};
2323

2424
nativeBuildInputs = [ setuptools ];

0 commit comments

Comments
 (0)