python3Packages.shamir-mneomic: relax click constraint

+5
+5
pkgs/development/python-modules/shamir-mnemonic/default.nix
··· 21 21 sha256 = "1mi1n01yw8yycbiv1l0xnfzlhhq2arappyvyi2jm5yq65jln77kg"; 22 22 }; 23 23 24 + postPatch = '' 25 + substituteInPlace setup.py \ 26 + --replace "click>=7,<8" "click" 27 + ''; 28 + 24 29 propagatedBuildInputs = [ 25 30 attrs 26 31 click