python311Packages.skodaconnect: update disabled
This commit is contained in:
parent
94c077135f
commit
c6aef2e8b7
1 changed files with 2 additions and 2 deletions
|
@ -15,11 +15,11 @@ buildPythonPackage rec {
|
||||||
version = "1.3.9";
|
version = "1.3.9";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.11";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "lendy007";
|
owner = "lendy007";
|
||||||
repo = pname;
|
repo = "skodaconnect";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-7QDelJzyRnYNqVP9IuREpCm5s+qJ8cxSEn1YcqnYepA=";
|
hash = "sha256-7QDelJzyRnYNqVP9IuREpCm5s+qJ8cxSEn1YcqnYepA=";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue