python3Packages.pynacl: use latest hypothesis

This commit is contained in:
Frederik Rietdijk 2020-11-29 16:14:54 +01:00
parent e11dd51b2a
commit 48e340f414

View file

@ -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 ];