cfripper: 1.13.0 -> 1.13.1

This commit is contained in:
R. Ryantm 2022-09-23 07:55:31 +00:00
parent eaecf0149a
commit c60c8337a9

View File

@ -5,13 +5,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "cfripper";
version = "1.13.0";
version = "1.13.1";
src = fetchFromGitHub {
owner = "Skyscanner";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-SJY3Js0nxKCVRKwU240KSLuaUy4+LlC8cwDeyxl6D2U=";
hash = "sha256-V27eZoeg5r+h8W1H66eNauGOvV8tT/oo4fRfSLhz1MY=";
};
propagatedBuildInputs = with python3.pkgs; [