We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ec7c68 + 5f48f53 commit 746a37cCopy full SHA for 746a37c
pkgs/development/python-modules/types-awscrt/default.nix
@@ -8,15 +8,15 @@
8
9
buildPythonPackage rec {
10
pname = "types-awscrt";
11
- version = "0.26.1";
+ version = "0.27.1";
12
pyproject = true;
13
14
disabled = pythonOlder "3.8";
15
16
src = fetchPypi {
17
pname = "types_awscrt";
18
inherit version;
19
- hash = "sha256-rKlviJs3RcDnT0Lwjyd/7Tv26bqiz5sGo29413cg5QQ=";
+ hash = "sha256-PCvuUu5FAi2q9PEG1dG18P8Kjj5gk92mX1MVt2abxBg=";
20
};
21
22
build-system = [ setuptools ];
0 commit comments