python311Packages.skodaconnect: 1.3.5 -> 1.3.6

Diff: https://github.com/lendy007/skodaconnect/compare/refs/tags/1.3.5...1.3.6

Changelog: https://github.com/lendy007/skodaconnect/releases/tag/1.3.6
This commit is contained in:
Fabian Affolter 2023-06-27 09:56:51 +02:00
parent 23a11416b9
commit 09b98e7363

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "skodaconnect";
version = "1.3.5";
version = "1.3.6";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "lendy007";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-gLk+Dj2x2OHa6VIIoA7FesDKtg180MuCud2nYk9mYpM=";
hash = "sha256-gV/+mt6XxY1UcA1H8zM4pG1ugrDo0m876e3XG1yV32A=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;