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 {
|
||||
pname = "cfripper";
|
||||
version = "1.15.5";
|
||||
version = "1.15.6";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Skyscanner";
|
||||
repo = "cfripper";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-kT6cWVeP2mKKef/fBfzZWnkJsWqJp2X9uIkndR+gwoY=";
|
||||
hash = "sha256-h/NNTE5u1coyD4owiGjsK6SIuvDq1SQOPW4RM4yJtno=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
|
|
Loading…
Reference in a new issue