python310Packages.cryptography: 39.0.0 -> 39.0.1

fixes CVE-2023-23931

Changelog: https://cryptography.io/en/latest/changelog/#v39-0-1
This commit is contained in:
Robert Schütz
2023-02-08 11:22:31 -08:00
parent 9b0ba273bf
commit 1f6d0b6016
2 changed files with 4 additions and 4 deletions
@@ -28,20 +28,20 @@ let
in
buildPythonPackage rec {
pname = "cryptography";
version = "39.0.0"; # Also update the hash in vectors.nix
version = "39.0.1"; # Also update the hash in vectors.nix
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-+WTH3PeALRM+jb0VZZFPoBlPnWg9gkEZiYiezXAeit8=";
hash = "sha256-0fYZjubZFIQF5JiHgDkH/olioj5sb4PqfZjxwN43VpU=";
};
cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
sourceRoot = "${pname}-${version}/${cargoRoot}";
name = "${pname}-${version}";
hash = "sha256-clorC0NtGukpE3DnZ84MSdGhJN+qC89DZPITZFuL01Q=";
hash = "sha256-0x+KIqJznDEyIUqVuYfIESKmHBWfzirPeX2R/cWlngc=";
};
cargoRoot = "src/rust";
@@ -9,7 +9,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "cryptography_vectors";
inherit version;
hash = "sha256-UuWWcKCCC1u/qF9yS4rr1hOFeH64tmB/ZNUzlpEksqA=";
hash = "sha256-DLrrUL2388nXqTsmoEYu9ul8doynjZAoVP4EXDC2gMY=";
};
# No tests included