python310Packages.skodaconnect: 1.3.1 -> 1.3.2

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

Changelog: https://github.com/lendy007/skodaconnect/releases/tag/1.3.2
This commit is contained in:
Fabian Affolter 2023-01-06 17:36:19 +01:00
parent f605337abc
commit d5acaf17de

View File

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