python310Packages.skodaconnect: 1.3.2 -> 1.3.4

Diff: https://github.com/lendy007/skodaconnect/compare/refs/tags/1.3.2...1.3.4

Changelog: https://github.com/lendy007/skodaconnect/releases/tag/1.3.4
This commit is contained in:
Fabian Affolter 2023-01-14 10:20:05 +01:00
parent 175bcc0b79
commit 15b6a01bd4

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "skodaconnect";
version = "1.3.2";
version = "1.3.4";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "lendy007";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-GsDnAusCMOFAZM10NcmS0NXOLGSDQaaQbFDoooUlTSs=";
hash = "sha256-bjFXrhwIGB50upL++VnrrfzFhxFOrxgYhoNZqkbvZ9w=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;