about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-02-12 04:34:09 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-02-12 09:37:22 -0800
commit1630b52fef819ec902802f6b2a3eef3976642360 (patch)
tree1197deb3d8843c11cf0bcc03451dca2ad34244f8 /pkgs/development
parent36dbeaf00442a9410d22aca8a0371862c4750314 (diff)
python310Packages.awscrt: 0.13.2 -> 0.13.3
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/python-modules/awscrt/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/awscrt/default.nix b/pkgs/development/python-modules/awscrt/default.nix
index edbc289114bbd..5b939d7bb77fc 100644
--- a/pkgs/development/python-modules/awscrt/default.nix
+++ b/pkgs/development/python-modules/awscrt/default.nix
@@ -2,7 +2,7 @@
 
 buildPythonPackage rec {
   pname = "awscrt";
-  version = "0.13.2";
+  version = "0.13.3";
 
   buildInputs = lib.optionals stdenv.isDarwin [ CoreFoundation Security ];
 
@@ -22,7 +22,7 @@ buildPythonPackage rec {
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-2lkx6fDbPAasiT6G/uSudNt+kRU+xJNNo8oTaLde2rQ=";
+    sha256 = "sha256-1GaKDpOGX/YbM4rByTw0nYgwHYFvOLHZ0GRvanX3vAU=";
   };
 
   meta = with lib; {