python311Packages.skodaconnect: 1.3.6 -> 1.3.7

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

Changelog: https://github.com/lendy007/skodaconnect/releases/tag/1.3.7
This commit is contained in:
Fabian Affolter 2023-09-21 13:31:19 +02:00
parent 0ee02d5b42
commit 9cd89f35de

View file

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