diff --git a/pkgs/development/python-modules/herepy/default.nix b/pkgs/development/python-modules/herepy/default.nix index 4b1d5913f7f8..8ce3fe25683a 100644 --- a/pkgs/development/python-modules/herepy/default.nix +++ b/pkgs/development/python-modules/herepy/default.nix @@ -9,7 +9,8 @@ buildPythonPackage rec { pname = "herepy"; - version = "3.5.4"; + version = "3.5.5"; + format = "setuptools"; disabled = pythonOlder "3.5"; @@ -17,7 +18,7 @@ buildPythonPackage rec { owner = "abdullahselek"; repo = "HerePy"; rev = version; - sha256 = "0wnkyrzpahxg7yh2qf149fzgs4x2jx3lf458syzz3crm7qix2hsk"; + sha256 = "sha256-nZ+91i+IBdRDN1TsDwmk9pNceFvcV6C155Ds1MQc9z4="; }; postPatch = '' @@ -34,7 +35,9 @@ buildPythonPackage rec { responses ]; - pythonImportsCheck = [ "herepy" ]; + pythonImportsCheck = [ + "herepy" + ]; meta = with lib; { description = "Library that provides a Python interface to the HERE APIs";