Merge pull request #209226 from fabaff/skodaconnect-bump

python310Packages.skodaconnect: 1.3.0 -> 1.3.1
This commit is contained in:
Fabian Affolter 2023-01-06 15:55:12 +01:00 committed by GitHub
commit 38a6ac9e20
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.0";
version = "1.3.1";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "lendy007";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-1x1TQNhKL3RgoeYSB8l607mHt0VrHwOU1CFemoaTCt8=";
hash = "sha256-iaA4mvt9R/OH3RS62b6tfKWEYITfYrGY8lP45mGlN/w=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;