Merge pull request #292539 from fabaff/cfripper-bump

cfripper: 1.15.4 -> 1.15.5
This commit is contained in:
Fabian Affolter 2024-03-01 14:16:59 +01:00 committed by GitHub
commit 251099e9f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,23 +12,24 @@ let
};
in python.pkgs.buildPythonApplication rec {
pname = "cfripper";
version = "1.15.4";
version = "1.15.5";
pyproject = true;
src = fetchFromGitHub {
owner = "Skyscanner";
repo = "cfripper";
rev = "refs/tags/v${version}";
hash = "sha256-heVFum+Eaofd9L0dNHqD9GgHP+ckGwJi+NfeFci+ESc=";
hash = "sha256-kT6cWVeP2mKKef/fBfzZWnkJsWqJp2X9uIkndR+gwoY=";
};
postPatch = ''
substituteInPlace setup.py \
--replace "pluggy~=0.13.1" "pluggy" \
'';
pythonRelaxDeps = [
"pluggy"
];
nativeBuildInputs = with python.pkgs; [
pythonRelaxDepsHook
setuptools
setuptools-scm
];
propagatedBuildInputs = with python.pkgs; [