3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.skodaconnect: 1.2.5 -> 1.3.0

Changelog: https://github.com/lendy007/skodaconnect/releases/tag/1.3.0
This commit is contained in:
Fabian Affolter 2023-01-04 14:47:13 +01:00
parent 7deab23a75
commit 28afc5f35a

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "skodaconnect";
version = "1.2.5";
version = "1.3.0";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "lendy007";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-Re6ECMaDmg007XHw9Kpa46+oEs+01CzOZzszKzKS4WA=";
hash = "sha256-1x1TQNhKL3RgoeYSB8l607mHt0VrHwOU1CFemoaTCt8=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;