python3Packages.pynacl: use latest hypothesis
This commit is contained in:
parent
e11dd51b2a
commit
48e340f414
@ -5,7 +5,7 @@
|
|||||||
, libsodium
|
, libsodium
|
||||||
, cffi
|
, cffi
|
||||||
, six
|
, six
|
||||||
, hypothesis_4
|
, hypothesis
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -18,7 +18,7 @@ buildPythonPackage rec {
|
|||||||
sha256 = "01b56hxrbif3hx8l6rwz5kljrgvlbj7shmmd2rjh0hn7974a5sal";
|
sha256 = "01b56hxrbif3hx8l6rwz5kljrgvlbj7shmmd2rjh0hn7974a5sal";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ pytest hypothesis_4 ];
|
checkInputs = [ pytest hypothesis ];
|
||||||
buildInputs = [ libsodium ];
|
buildInputs = [ libsodium ];
|
||||||
propagatedBuildInputs = [ cffi six ];
|
propagatedBuildInputs = [ cffi six ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user