Skip to content

Commit 8154184

Browse files
committed
python313Packages.botocore-stubs: 1.37.24 -> 1.37.25
1 parent 4b94580 commit 8154184

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

1616
disabled = pythonOlder "3.7";
1717

1818
src = fetchPypi {
1919
pname = "botocore_stubs";
2020
inherit version;
21-
hash = "sha256-hKn82plb7rGWx928pwqjqZQqMFzGythOxs8TLi1Cva4=";
21+
hash = "sha256-/zqUGXZFFcZMxqzJ9dvwGvdzwIG8t2BstTz+YpRS3Cs=";
2222
};
2323

2424
nativeBuildInputs = [ setuptools ];

0 commit comments

Comments
 (0)