Skip to content

Commit 34c17c2

Browse files
committed
python313Packages.botocore-stubs: 1.37.8 -> 1.37.9
1 parent 57b7f4d commit 34c17c2

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

1616
disabled = pythonOlder "3.7";
1717

1818
src = fetchPypi {
1919
pname = "botocore_stubs";
2020
inherit version;
21-
hash = "sha256-tYn1Nk3JkH5nhFujPqIMNs6TrhSiB3gRq/8v6Vw/MY0=";
21+
hash = "sha256-y6DKr51dFQB8ioXPGXjWTvjWm2LDP0szRehB3Eicn5Y=";
2222
};
2323

2424
nativeBuildInputs = [ setuptools ];

0 commit comments

Comments
 (0)