Merge pull request #53963 from primeos/python-cryptography

python37Packages.cryptography{,_vectors}: 2.3.1 -> 2.4.2
This commit is contained in:
Michael Weiss 2019-01-18 23:58:06 +01:00 committed by GitHub
commit 39cc1aeb29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -23,11 +23,11 @@
buildPythonPackage rec {
# also bump cryptography_vectors
pname = "cryptography";
version = "2.3.1";
version = "2.4.2";
src = fetchPypi {
inherit pname version;
sha256 = "8d10113ca826a4c29d5b85b2c4e045ffa8bad74fb525ee0eceb1d38d4c70dfd6";
sha256 = "1pc60dksi9w9mshl6cvn7gdjazbp3pmydy3qp9wgy5wzd8n0b9h5";
};
outputs = [ "out" "dev" ];

View file

@ -5,13 +5,13 @@
buildPythonPackage rec {
# also bump cryptography
pname = "cryptography_vectors";
version = "2.3.1";
version = "2.4.2";
src = fetchPypi {
inherit pname version;
sha256 = "bf4d9b61dce69c49e830950aa36fad194706463b0b6dfe81425b9e0bc6644d46";
sha256 = "013qx2hz0jv79yzfzpn0r2kk33i5qy3sdnzgwiv5779d18snblwi";
};
# No tests included
doCheck = false;
}
}