Merge pull request #329615 from r-ryantm/auto-update/cfripper

cfripper: 1.15.7 -> 1.16.0
This commit is contained in:
Fabian Affolter
2024-07-25 16:58:34 +02:00
committed by GitHub
+2 -2
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 = [