python311Packages.hypothesis: 6.68.2 -> 6.84.3
https://hypothesis.readthedocs.io/en/latest/changes.html#v6-84-3
This commit is contained in:
parent
bbbb7858e5
commit
133c3edc11
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "hypothesis";
|
||||
version = "6.68.2";
|
||||
version = "6.84.3";
|
||||
outputs = [ "out" ];
|
||||
format = "setuptools";
|
||||
|
||||
|
@ -31,7 +31,7 @@ buildPythonPackage rec {
|
|||
owner = "HypothesisWorks";
|
||||
repo = "hypothesis";
|
||||
rev = "hypothesis-python-${version}";
|
||||
hash = "sha256-SgX8esTyC3ulFIv9mZJUoBA5hiv7Izr2hyD+NOudkpE=";
|
||||
hash = "sha256-wymZ/tJBGcP57B3BuDlBT7kbUxNwW4/SSmvwLSa5PvM=";
|
||||
};
|
||||
|
||||
# I tried to package sphinx-selective-exclude, but it throws
|
||||
|
|
Loading…
Reference in a new issue