cfripper: 1.15.7 -> 1.16.0

This commit is contained in:
R. Ryantm 2024-07-24 09:38:19 +00:00
parent 75fbe4cb75
commit 90521d83c8

View File

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "cfripper"; pname = "cfripper";
version = "1.15.7"; version = "1.16.0";
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-ymuxZwW3Pwx/CyG2iPoY7LP9e+1K6EUBi/TApg0YvkE="; hash = "sha256-2yOATSCXqv28OE+GdF9F9Dhi3AIkxSe/YJ9ILLnd/nw=";
}; };
pythonRelaxDeps = [ pythonRelaxDeps = [