Skip to content

Commit 31f44e2

Browse files
authored
python312Packages.types-awscrt: 0.23.0 -> 0.23.1 (#359778)
2 parents 99b2f37 + bc563de commit 31f44e2

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/types-awscrt

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/types-awscrt/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88

99
buildPythonPackage rec {
1010
pname = "types-awscrt";
11-
version = "0.23.0";
11+
version = "0.23.1";
1212
pyproject = true;
1313

1414
disabled = pythonOlder "3.8";
1515

1616
src = fetchPypi {
1717
pname = "types_awscrt";
1818
inherit version;
19-
hash = "sha256-P9Ht6skj0ZVsDpB8lz+4O9pGW+rn8FRxazcbKT+bX9w=";
19+
hash = "sha256-ogtCXauyWLw9B6Xn3lA/2VWN0VQtct55bnTkAsbUk7I=";
2020
};
2121

2222
build-system = [ setuptools ];

0 commit comments

Comments
 (0)