Merge pull request #193414 from fabaff/skodaconnect-bump

python310Packages.skodaconnect: 1.1.25 -> 1.1.26
This commit is contained in:
Fabian Affolter 2022-09-29 08:21:11 +02:00 committed by GitHub
commit b1a6b951c5
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.25";
version = "1.1.26";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "lendy007";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-Zky1PShQE/V2pSJURYTQHnsqdfsD3k7DWMnDidmwfxs=";
hash = "sha256-zuS19oM3V+o0yiby6yOX2RSxXY3m5qhqjlX2v9jmpIk=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;