python311Packages.skodaconnect: update disabled

This commit is contained in:
Fabian Affolter 2023-12-30 12:16:57 +01:00 committed by GitHub
parent 94c077135f
commit c6aef2e8b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,11 +15,11 @@ buildPythonPackage rec {
version = "1.3.9";
pyproject = true;
disabled = pythonOlder "3.8";
disabled = pythonOlder "3.11";
src = fetchFromGitHub {
owner = "lendy007";
repo = pname;
repo = "skodaconnect";
rev = "refs/tags/${version}";
hash = "sha256-7QDelJzyRnYNqVP9IuREpCm5s+qJ8cxSEn1YcqnYepA=";
};