From e4a75b0f32819d9d5c303890e97d45beee629ebb Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Sat, 11 Jan 2020 09:20:25 +0100 Subject: [PATCH] Revert "python3Packages.hypothesis: 4.41.0 -> 4.56.1" This updated only the version, not the hash. https://github.com/NixOS/nixpkgs/pull/77372 This reverts commit 046c4020a5ab572371f3beed1951455fe0d6198f. --- pkgs/development/python-modules/hypothesis/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/hypothesis/default.nix b/pkgs/development/python-modules/hypothesis/default.nix index fdb5a69ddd7..9e3b0cdc894 100644 --- a/pkgs/development/python-modules/hypothesis/default.nix +++ b/pkgs/development/python-modules/hypothesis/default.nix @@ -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 = "4.56.1"; + version = "4.41.0"; pname = "hypothesis"; # Use github tarballs that includes tests