Skip to content

Commit 0b91edd

Browse files
committed
python312Packages.botocore-stubs: 1.35.78 -> 1.35.79
1 parent 10e68dd commit 0b91edd

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.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 ];

0 commit comments

Comments
 (0)