Merge pull request #210659 from fabaff/skodaconnect-bump

python310Packages.skodaconnect: 1.3.2 -> 1.3.4
This commit is contained in:
Fabian Affolter 2023-01-15 00:05:59 +01:00 committed by GitHub
commit 172066b1cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;