mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
Merge pull request #277110 from fabaff/skodaconnect-bump
python311Packages.skodaconnect: 1.3.8 -> 1.3.9
This commit is contained in:
commit
dbc255a883
@ -12,24 +12,18 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "skodaconnect";
|
||||
version = "1.3.8";
|
||||
version = "1.3.9";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
disabled = pythonOlder "3.11";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "lendy007";
|
||||
repo = pname;
|
||||
repo = "skodaconnect";
|
||||
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 New Issue
Block a user