about summary refs log tree commit diff
path: root/pkgs/development/python-modules/awscrt
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-07-16 12:58:57 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-07-21 22:33:40 +0200
commit0e92dcedcefaf73d53e66ccd06eee329018688bb (patch)
tree8c3e7126a480f9979fd65e5bd06ae8f96dffb44b /pkgs/development/python-modules/awscrt
parent2e5f80c6f856269286eafcc2173dee478282c363 (diff)
python3Packages.awscrt: 0.13.13 -> 0.13.14
Diffstat (limited to 'pkgs/development/python-modules/awscrt')
-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 13d57c6f85e84..ef179d27f0bd2 100644
--- a/pkgs/development/python-modules/awscrt/default.nix
+++ b/pkgs/development/python-modules/awscrt/default.nix
@@ -12,14 +12,14 @@
 
 buildPythonPackage rec {
   pname = "awscrt";
-  version = "0.13.13";
+  version = "0.13.14";
   format = "setuptools";
 
   disabled = pythonOlder "3.6";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-4kCn5tydt56L22UvWQvhLcLVr31UH+oMfdjhtL9U/eI=";
+    hash = "sha256-K2x0Up3H6kIWcYeWvVegd1CkTjq8RoM0AOm0SX5u6wQ=";
   };
 
   buildInputs = lib.optionals stdenv.isDarwin [