Loading pkgs/development/python-modules/renault-api/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -10,7 +10,6 @@ marshmallow-dataclass, poetry-core, pyjwt, pythonOlder, pytest-asyncio, pytestCheckHook, syrupy, Loading @@ -20,16 +19,14 @@ buildPythonPackage rec { pname = "renault-api"; version = "0.5.0"; version = "0.5.1"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "hacf-fr"; repo = "renault-api"; tag = "v${version}"; hash = "sha256-0fV7nPerG2b37KmLaDlsBnmZSHBItQbx++nxobvLCRg="; hash = "sha256-FH6x+hknNGgrSHaOt7RTYeuVLqb/DNy7X3065VvcFwA="; }; build-system = [ poetry-core ]; Loading Loading
pkgs/development/python-modules/renault-api/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -10,7 +10,6 @@ marshmallow-dataclass, poetry-core, pyjwt, pythonOlder, pytest-asyncio, pytestCheckHook, syrupy, Loading @@ -20,16 +19,14 @@ buildPythonPackage rec { pname = "renault-api"; version = "0.5.0"; version = "0.5.1"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "hacf-fr"; repo = "renault-api"; tag = "v${version}"; hash = "sha256-0fV7nPerG2b37KmLaDlsBnmZSHBItQbx++nxobvLCRg="; hash = "sha256-FH6x+hknNGgrSHaOt7RTYeuVLqb/DNy7X3065VvcFwA="; }; build-system = [ poetry-core ]; Loading