mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
python3Packages.herepy: 3.5.4 -> 3.5.5
This commit is contained in:
parent
e5e3f87771
commit
47228e369e
@ -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…
Reference in New Issue
Block a user