about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-02-02 15:20:20 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-02-03 10:10:34 -0800
commit38ce6b3ccbd2b24aaf3cf425bf82f60f89ffb9ad (patch)
treee2c934790232eeed8cfbdd16fa417288e2bdd01f
parent13e6570b1ee2a71399d9f2ab66ad85a12ae4fb0e (diff)
python310Packages.awscrt: 0.13.0 -> 0.13.1
-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 a8cc3a34f94ad..4ca232a2a8153 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.0";
+  version = "0.13.1";
 
   buildInputs = lib.optionals stdenv.isDarwin [ CoreFoundation Security ];
 
@@ -22,7 +22,7 @@ buildPythonPackage rec {
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "f8c46335bdf94a5e48d3df2018edbd07c4c903635501c62c1bea4153f407531a";
+    sha256 = "sha256-1Qx3fcZ0I9RONLpFPDyXHkUEAF09KBgXV64NvepmDm8=";
   };
 
   meta = with lib; {