cfripper: 1.5.3 -> 1.6.0

This commit is contained in:
R. Ryantm 2022-03-18 14:44:04 +00:00
parent 7958394022
commit 311b1a1967

View File

@ -5,13 +5,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "cfripper";
version = "1.5.3";
version = "1.6.0";
src = fetchFromGitHub {
owner = "Skyscanner";
repo = pname;
rev = version;
hash = "sha256-5TjKn7yE3g8/SyD2dVJeHnaLOTyyKpxeAeGuXbkGCeo=";
hash = "sha256-bomQqg+xzq7+iccE+x6mN265HxkYvy13aAwBBikth3U=";
};
propagatedBuildInputs = with python3.pkgs; [