python: cryptography: 2.3 -> 2.3.1
This commit is contained in:
parent
9c838e9d5d
commit
c9be5d27d6
1 changed files with 2 additions and 2 deletions
|
@ -23,11 +23,11 @@
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
# also bump cryptography_vectors
|
# also bump cryptography_vectors
|
||||||
pname = "cryptography";
|
pname = "cryptography";
|
||||||
version = "2.3";
|
version = "2.3.1";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "c132bab45d4bd0fff1d3fe294d92b0a6eb8404e93337b3127bdec9f21de117e6";
|
sha256 = "8d10113ca826a4c29d5b85b2c4e045ffa8bad74fb525ee0eceb1d38d4c70dfd6";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "dev" ];
|
outputs = [ "out" "dev" ];
|
||||||
|
|
Loading…
Reference in a new issue