Skip to content

Commit be45b7d

Browse files
committed
python3Packages.cryptography: 46.0.6 -> 46.0.7
https://cryptography.io/en/latest/changelog/#v46-0-7
1 parent f72cd50 commit be45b7d

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

pkgs/development/python-modules/cryptography/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121

2222
buildPythonPackage rec {
2323
pname = "cryptography";
24-
version = "46.0.6";
24+
version = "46.0.7";
2525
pyproject = true;
2626

2727
src = fetchFromGitHub {
2828
owner = "pyca";
2929
repo = "cryptography";
3030
tag = version;
31-
hash = "sha256-b6wQnPEf18ViqQVch+Jg1w0Cn372QKxLknD9rL4JjxY=";
31+
hash = "sha256-xMe+gQl4/CfoT+H21ltbo+aPILoRYCAlylsqnB7Ms8s=";
3232
};
3333

3434
cargoDeps = rustPlatform.fetchCargoVendor {

pkgs/development/python-modules/cryptography/vectors.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
lib,
33
buildPythonPackage,
44
cryptography,
5-
fetchpatch2,
65
uv-build,
76
}:
87

0 commit comments

Comments
 (0)