python311Packages.skodaconnect: 1.3.8 -> 1.3.9

Changelog: https://github.com/lendy007/skodaconnect/releases/tag/1.3.9
This commit is contained in:
Fabian Affolter 2023-12-27 14:29:34 +01:00
parent ddafa4baa2
commit 94c077135f

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "skodaconnect";
version = "1.3.8";
version = "1.3.9";
pyproject = true;
disabled = pythonOlder "3.8";
@ -21,15 +21,9 @@ buildPythonPackage rec {
owner = "lendy007";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-Isnji6hXkTuTmbMpSuim9uG5ECSDX6A8QZ13sTCU9t0=";
hash = "sha256-7QDelJzyRnYNqVP9IuREpCm5s+qJ8cxSEn1YcqnYepA=";
};
postPatch = ''
# https://github.com/skodaconnect/skodaconnect/pull/103
substituteInPlace pyproject.toml \
--replace "Bug Tracker" '"Bug Tracker"'
'';
nativeBuildInputs = [
flit-core
];