python311Packages.skodaconnect: 1.3.8 -> 1.3.9
Changelog: https://github.com/lendy007/skodaconnect/releases/tag/1.3.9
This commit is contained in:
parent
ddafa4baa2
commit
94c077135f
1 changed files with 2 additions and 8 deletions
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue