python3Packages.herepy: 3.5.4 -> 3.5.5

main
Fabian Affolter 3 years ago
parent e5e3f87771
commit 47228e369e
  1. 9
      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";

Loading…
Cancel
Save