python311Packages.skodaconnect: 1.3.10 -> 1.3.11

This commit is contained in:
R. Ryantm 2024-04-29 13:39:30 +00:00
parent 8cf34f783f
commit e01fa53bb9

View File

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