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: 37c8939b00e6
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a9c581ab02b8
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.
    
    (cherry picked from commit f1c7bb9)
    dotlambda authored and Robert Schütz committed Mar 24, 2019
    Copy the full SHA
    a9c581a 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