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

cfripper: 1.5.2 -> 1.5.3
This commit is contained in:
Fabian Affolter 2022-03-17 09:11:52 +01:00 committed by GitHub
commit 90476fdfc4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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