python3Packages.vehicle: 0.2.0 -> 0.2.2

This commit is contained in:
Fabian Affolter 2021-12-01 22:34:27 +01:00
parent 461a7d223c
commit 52209dc538

View file

@ -13,7 +13,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "vehicle"; pname = "vehicle";
version = "0.2.0"; version = "0.2.2";
format = "pyproject"; format = "pyproject";
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "frenck"; owner = "frenck";
repo = "python-vehicle"; repo = "python-vehicle";
rev = "v${version}"; rev = "v${version}";
sha256 = "0yiavz5sw8fjrh6m3mr8gyds7h6vaja3xy1516ajgz0qvijhqylg"; sha256 = "sha256-3DkfS8gx3C1/Vj8+IE7uxZ5i0cKJk0mJpBWQqAgb2Xo=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -54,7 +54,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "Python client providing RDW vehicle information"; description = "Python client providing RDW vehicle information";
homepage = "https://github.com/frenck/python-wled"; homepage = "https://github.com/frenck/python-vehicle";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ fab ]; maintainers = with maintainers; [ fab ];
}; };