about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-10-09 00:22:57 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-10-11 00:12:12 +0200
commitbf2cbb023c96dafe6bcf519f073546acce12b17b (patch)
tree29f22859dd42be1277304d1b4bb8541905422fe3 /pkgs
parentf106d8f3ae5d6dfb051b77a2e58c0c9b5aefa03f (diff)
python3Packages.awscrt: 0.12.4 -> 0.12.5
Diffstat (limited to 'pkgs')
-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 4b48d74c43f7a..fbdd15522e6ab 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.12.4";
+  version = "0.12.5";
 
   buildInputs = lib.optionals stdenv.isDarwin [ CoreFoundation Security ];
 
@@ -22,7 +22,7 @@ buildPythonPackage rec {
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "6ad69336bc5277f501bd7e33f82e11db2665370c7d279496ee39fe2f369baeb2";
+    sha256 = "8bb80b37ebfd01f6078c60bb3231118380ac06842de692f6e37b6f8643e15a1d";
   };
 
   meta = with lib; {