python: cryptography_vectors: 2.2.2 -> 2.3
This commit is contained in:
parent
67031b8719
commit
65de56e4ea
@ -5,11 +5,11 @@
|
||||
buildPythonPackage rec {
|
||||
# also bump cryptography
|
||||
pname = "cryptography_vectors";
|
||||
version = "2.2.2";
|
||||
version = "2.3";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "28b52c84bae3a564ce51bfb0753cbe360218bd648c64efa2808c886c18505688";
|
||||
sha256 = "356a2ded84ae379e556515eec9b68dd74957651a38465d10605bb9fbae280f15";
|
||||
};
|
||||
|
||||
# No tests included
|
||||
|
Loading…
x
Reference in New Issue
Block a user