Merge pull request #222586 from fabaff/skodaconnect-bump

python310Packages.skodaconnect: 1.3.4 -> 1.3.5
This commit is contained in:
Nick Cao 2023-03-23 13:31:08 +08:00 committed by GitHub
commit 7840e110d2
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.4";
version = "1.3.5";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "lendy007";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-bjFXrhwIGB50upL++VnrrfzFhxFOrxgYhoNZqkbvZ9w=";
hash = "sha256-gLk+Dj2x2OHa6VIIoA7FesDKtg180MuCud2nYk9mYpM=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;