Skip to content

Commit

Permalink
python3Packages.hypothesis: 5.11.0 -> 5.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Ringer authored and FRidh committed Sep 4, 2020
1 parent d6bb2d2 commit 3157bf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/hypothesis/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ buildPythonPackage rec {
# pytz fake_factory django numpy pytest
# If you need these, you can just add them to your environment.

version = "5.11.0";
version = "5.30.0";
pname = "hypothesis";

# Use github tarballs that includes tests
src = fetchFromGitHub {
owner = "HypothesisWorks";
repo = "hypothesis-python";
rev = "hypothesis-python-${version}";
sha256 = "1ca2dwih65s4r8vazwqm963ywngdr3v854ldnfyny7bvx1v28m8k";
sha256 = "0fmc4jfaksr285fjhp18ibj2rr8cxmbd0pwx370r5wf8jnhm6jb3";
};

postUnpack = "sourceRoot=$sourceRoot/hypothesis-python";
Expand Down

0 comments on commit 3157bf1

Please sign in to comment.