From 31c25c7a38412348ac173f5c609f381663a7175c Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Sat, 9 May 2020 12:16:27 +0200 Subject: [PATCH] python.pkgs.cryptography_vectors: 2.9.1 -> 2.9.2 --- pkgs/development/python-modules/cryptography/vectors.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/cryptography/vectors.nix b/pkgs/development/python-modules/cryptography/vectors.nix index 520e44cccc78..d98945b433e9 100644 --- a/pkgs/development/python-modules/cryptography/vectors.nix +++ b/pkgs/development/python-modules/cryptography/vectors.nix @@ -7,7 +7,7 @@ buildPythonPackage rec { src = fetchPypi { inherit pname version; - sha256 = "1ydkrj67jf26ys8v5qflqsnlj3hd4494ym44120dpvk7b7v037ci"; + hash = "sha256:1d4iykcv7cn9j399hczlxm5pzxmqy6d80h3j16dkjwlmv3293b4r"; }; # No tests included