Merge pull request #190579 from r-ryantm/auto-update/python310Packages.skodaconnect

python310Packages.skodaconnect: 1.1.21 -> 1.1.23
This commit is contained in:
Fabian Affolter 2022-09-10 10:21:59 +02:00 committed by GitHub
commit b8dcd62ffc
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.1.21";
version = "1.1.23";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "lendy007";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-4VM1bOiSkmzlDegtIRUh1O9FG2DPyK77MIQgQcGQ+ZM=";
hash = "sha256-nRGuDcllBAJTGjA0CIPOX/WCO04dYCm+AFC/aYKiBdY=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;