diff --git a/pkgs/development/python-modules/herepy/default.nix b/pkgs/development/python-modules/herepy/default.nix index 8ce3fe25683a..ef7e5b8755c0 100644 --- a/pkgs/development/python-modules/herepy/default.nix +++ b/pkgs/development/python-modules/herepy/default.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "herepy"; - version = "3.5.5"; + version = "3.5.6"; format = "setuptools"; disabled = pythonOlder "3.5"; @@ -18,14 +18,9 @@ buildPythonPackage rec { owner = "abdullahselek"; repo = "HerePy"; rev = version; - sha256 = "sha256-nZ+91i+IBdRDN1TsDwmk9pNceFvcV6C155Ds1MQc9z4="; + sha256 = "sha256-I5u5PKB29jQNFdsx+y5ZJOE837D7Hpcsf3pwlCvmEqU="; }; - postPatch = '' - substituteInPlace requirements.txt \ - --replace "requests==2.25.1" "requests>=2.25.1" - ''; - propagatedBuildInputs = [ requests ];