cfripper: 1.15.5 -> 1.15.6
Diff: https://github.com/Skyscanner/cfripper/compare/refs/tags/v1.15.5...v1.15.6 Changelog: https://github.com/Skyscanner/cfripper/releases/tag/v1.15.6
This commit is contained in:
parent
c44c76a75d
commit
aed0471c82
1 changed files with 2 additions and 2 deletions
|
@ -12,14 +12,14 @@ let
|
||||||
};
|
};
|
||||||
in python.pkgs.buildPythonApplication rec {
|
in python.pkgs.buildPythonApplication rec {
|
||||||
pname = "cfripper";
|
pname = "cfripper";
|
||||||
version = "1.15.5";
|
version = "1.15.6";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Skyscanner";
|
owner = "Skyscanner";
|
||||||
repo = "cfripper";
|
repo = "cfripper";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-kT6cWVeP2mKKef/fBfzZWnkJsWqJp2X9uIkndR+gwoY=";
|
hash = "sha256-h/NNTE5u1coyD4owiGjsK6SIuvDq1SQOPW4RM4yJtno=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = [
|
pythonRelaxDeps = [
|
||||||
|
|
Loading…
Reference in a new issue