python3Packages.cryptography{,.vectors}: 46.0.5 -> 46.0.6

Changelog: https://cryptography.io/en/latest/changelog/#v46-0-6
This commit is contained in:
Michael Daniels
2026-03-27 23:44:23 -04:00
parent cdcbeed79e
commit 8dbeb30f30
@@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "cryptography";
version = "46.0.5";
version = "46.0.6";
pyproject = true;
src = fetchFromGitHub {
owner = "pyca";
repo = "cryptography";
tag = version;
hash = "sha256-jzdkAVMnKr0z1MBUgs6xjLnTZrqNOBwq3w56JDwgFgk=";
hash = "sha256-b6wQnPEf18ViqQVch+Jg1w0Cn372QKxLknD9rL4JjxY=";
};
cargoDeps = rustPlatform.fetchCargoVendor {