python3Packages.cryptography: 3.4.6 -> 3.4.7

launchpad/nixpkgs/master
Michael Weiss 3 years ago
parent 219312a10b
commit 9a2d028cc3
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83
  1. 6
      pkgs/development/python-modules/cryptography/default.nix
  2. 2
      pkgs/development/python-modules/cryptography/vectors.nix

@ -22,18 +22,18 @@
buildPythonPackage rec {
pname = "cryptography";
version = "3.4.6"; # Also update the hash in vectors.nix
version = "3.4.7"; # Also update the hash in vectors.nix
src = fetchPypi {
inherit pname version;
sha256 = "11wgsihfq72fav67c3igi0xbhbd6c5dj869byd1jkq0fbcz24cid";
sha256 = "04x7bhjkglxpllad10821vxddlmxdkd3gjvp35iljmnj2s0xw41x";
};
cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
sourceRoot = "${pname}-${version}/${cargoRoot}";
name = "${pname}-${version}";
sha256 = "1i0sd2y4a5g1yqwcpw2ycp6p4p8sk5v7clblq756i5864j52v6w1";
sha256 = "1wisxmq26b8ml144m2458sgcbk8jpv419j01qmffsrfy50x9i1yw";
};
cargoRoot = "src/rust";

@ -7,7 +7,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "1a1d5ix5b3ajhrqaf8rm6qmd6gkaidij0jgd1vrb8q1xn1gqmy75";
sha256 = "1hh4j88ywil3jf62ppj1blygmdirbqz86pynd9lqfijiaym3mb57";
};
# No tests included

Loading…
Cancel
Save