Skip to content

Commit 746a37c

Browse files
authored
python313Packages.types-awscrt: 0.26.1 -> 0.27.1 (#405838)
2 parents 3ec7c68 + 5f48f53 commit 746a37c

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.26.1";
11+
version = "0.27.1";
1212
pyproject = true;
1313

1414
disabled = pythonOlder "3.8";
1515

1616
src = fetchPypi {
1717
pname = "types_awscrt";
1818
inherit version;
19-
hash = "sha256-rKlviJs3RcDnT0Lwjyd/7Tv26bqiz5sGo29413cg5QQ=";
19+
hash = "sha256-PCvuUu5FAi2q9PEG1dG18P8Kjj5gk92mX1MVt2abxBg=";
2020
};
2121

2222
build-system = [ setuptools ];

0 commit comments

Comments
 (0)