Merge pull request #286946 from fabaff/skodaconnect-bump

python311Packages.skodaconnect: 1.3.9 -> 1.3.10
This commit is contained in:
Nick Cao 2024-02-07 08:50:42 -05:00 committed by GitHub
commit 6d2b9fa764
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "skodaconnect";
version = "1.3.9";
version = "1.3.10";
pyproject = true;
disabled = pythonOlder "3.11";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "lendy007";
repo = "skodaconnect";
rev = "refs/tags/${version}";
hash = "sha256-7QDelJzyRnYNqVP9IuREpCm5s+qJ8cxSEn1YcqnYepA=";
hash = "sha256-H45rL9GFuTnP5VP0cRyqlmWJmX1Zvh7A7JcSKgcZCwA=";
};
nativeBuildInputs = [