From 47228e369e38b26745acfd0962aa54f221e78379 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 25 Oct 2021 06:32:01 +0200 Subject: [PATCH] python3Packages.herepy: 3.5.4 -> 3.5.5 --- pkgs/development/python-modules/herepy/default.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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";