python3Packages.herepy: 3.5.4 -> 3.5.5

This commit is contained in:
Fabian Affolter 2021-10-25 06:32:01 +02:00
parent e5e3f87771
commit 47228e369e

View File

@ -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";