Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 923cfbdbb1da
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f1c7bb9d29bf
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Mar 24, 2019

  1. python.pkgs.hypothesis: 3.88.3 -> 4.7.3 (#58169)

    It looks like in 89f91cf the hash
    from 4.7.3 was used and the wrong version specified.
    dotlambda authored Mar 24, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    vszakats Viktor Szakats
    Copy the full SHA
    f1c7bb9 View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 pkgs/development/python-modules/hypothesis/default.nix
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/hypothesis/default.nix
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ buildPythonPackage rec {
# pytz fake_factory django numpy pytest
# If you need these, you can just add them to your environment.

version = "3.88.3";
version = "4.7.3";
pname = "hypothesis";

# Use github tarballs that includes tests