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 {
pname = "cfripper";
version = "1.15.7";
version = "1.16.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Skyscanner";
repo = "cfripper";
rev = "refs/tags/v${version}";
hash = "sha256-ymuxZwW3Pwx/CyG2iPoY7LP9e+1K6EUBi/TApg0YvkE=";
hash = "sha256-2yOATSCXqv28OE+GdF9F9Dhi3AIkxSe/YJ9ILLnd/nw=";
};
pythonRelaxDeps = [