cfripper: 1.5.1 -> 1.5.2

This commit is contained in:
R. Ryantm 2022-03-15 01:07:02 +00:00
parent 1a268c42c8
commit 19744793b4

View File

@ -5,13 +5,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "cfripper";
version = "1.5.1";
version = "1.5.2";
src = fetchFromGitHub {
owner = "Skyscanner";
repo = pname;
rev = version;
hash = "sha256-/qcpLCk1ZZMKxhqK6q6sSbRDjiF5GQmDJzvCaV2kAqQ=";
hash = "sha256-tl0g08nnY1CZ4SNcMFPARIRquiO9SCen9VWeNalLHds=";
};
propagatedBuildInputs = with python3.pkgs; [