about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-11-16 08:45:25 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2023-11-16 08:45:25 +0100
commit786273629a66b5e5a87b14d88d1091aae487b430 (patch)
tree98c7f36ade202b9df5c633a3e2f542ed34d7bf76
parente5bad1e6070dba6efd1c19ce3a85a6ec152e1a2b (diff)
python311Packages.types-awscrt: 0.19.10 -> 0.19.12
Changelog: https://github.com/youtype/types-awscrt/releases/tag/0.19.12
-rw-r--r--pkgs/development/python-modules/types-awscrt/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/types-awscrt/default.nix b/pkgs/development/python-modules/types-awscrt/default.nix
index 41e92d025d3b9..3c406d07451b2 100644
--- a/pkgs/development/python-modules/types-awscrt/default.nix
+++ b/pkgs/development/python-modules/types-awscrt/default.nix
@@ -7,7 +7,7 @@
 
 buildPythonPackage rec {
   pname = "types-awscrt";
-  version = "0.19.10";
+  version = "0.19.12";
   format = "pyproject";
 
   disabled = pythonOlder "3.7";
@@ -15,7 +15,7 @@ buildPythonPackage rec {
   src = fetchPypi {
     pname = "types_awscrt";
     inherit version;
-    hash = "sha256-YowjnLt7eCBzBfklBOEEDRClp/ToA3KLi+xuftUoti4=";
+    hash = "sha256-KbJBIVxl622kZPEeIyiTEEky/DxKShyJGSFYv2YEveY=";
   };
 
   nativeBuildInputs = [