python3Packages.teslajsonpy: 1.1.0 -> 1.1.1

This commit is contained in:
Fabian Affolter 2021-10-18 08:29:47 +02:00
parent 4782a66ff6
commit b091b3b853

View File

@ -10,19 +10,22 @@
, poetry-core
, pytest-asyncio
, pytestCheckHook
, pythonOlder
, wrapt
}:
buildPythonPackage rec {
pname = "teslajsonpy";
version = "1.1.0";
version = "1.1.1";
format = "pyproject";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "zabuldon";
repo = pname;
rev = "v${version}";
sha256 = "1f6gbv6pczr5nhk8jmqpskvlffjd4ai4bkrmcj171mwq45vig6xr";
sha256 = "sha256-FuWDNSCyk+nirIwy+hI3y3WMYoRbOrvpLhPx8Arrrv4=";
};
nativeBuildInputs = [