python3Packages.cryptography: 37.0.2 -> 37.0.4

https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst\#3704---2022-07-05
This commit is contained in:
Martin Weinelt
2022-07-21 22:33:36 +02:00
parent c01db36713
commit 96a1286ea8
2 changed files with 4 additions and 4 deletions
@@ -27,19 +27,19 @@ let
in
buildPythonPackage rec {
pname = "cryptography";
version = "37.0.2"; # Also update the hash in vectors.nix
version = "37.0.4"; # Also update the hash in vectors.nix
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-8iStJTzJzqdWj0kHcAfSJj76VzlqLy94EUBm/VS1xo4=";
hash = "sha256-Y/nBfA4kdMy+vJMCzi8HtVs7P8shHe0YpC1XZPXBCoI=";
};
cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
sourceRoot = "${pname}-${version}/${cargoRoot}";
name = "${pname}-${version}";
sha256 = "sha256-qvrxvneoBXjP96AnUPyrtfmCnZo+IriHR5HbtWQ5Gk8=";
hash = "sha256-f8r6QclTwkgK20CNe9i65ZOqvSUeDc4Emv6BFBhh1hI=";
};
cargoRoot = "src/rust";
@@ -8,7 +8,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "cryptography_vectors";
inherit version;
sha256 = "sha256-fGXT3lF1b0GBQt9gVBfsLG6WHDZPcMyKEDAwiJ1aMhk=";
hash = "sha256-WmFABRDiiTelZUtAxupOPlk8Wq8MIIHFuRLw58+IPqg=";
};
# No tests included