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

cfripper: 1.6.0 -> 1.7.0
This commit is contained in:
Fabian Affolter
2022-03-24 21:18:37 +01:00
committed by GitHub
+2 -2
View File
@@ -5,13 +5,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "cfripper";
version = "1.6.0";
version = "1.7.0";
src = fetchFromGitHub {
owner = "Skyscanner";
repo = pname;
rev = version;
hash = "sha256-bomQqg+xzq7+iccE+x6mN265HxkYvy13aAwBBikth3U=";
hash = "sha256-bYKusyEItnhj1mU6Tucsdi5pdMoWrUK4Y91SK8dNGE4=";
};
propagatedBuildInputs = with python3.pkgs; [