cfripper: 1.13.2 -> 1.14.0

Diff: https://github.com/Skyscanner/cfripper/compare/refs/tags/1.13.2...1.14.0
This commit is contained in:
Fabian Affolter
2023-11-05 10:42:42 +01:00
parent 81baa4d39b
commit 5f7feb8eaf
+2 -2
View File
@@ -5,13 +5,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "cfripper";
version = "1.13.2";
version = "1.14.0";
src = fetchFromGitHub {
owner = "Skyscanner";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-wcOtj56l2bUYE+WdbDwtB3aWlP2zEAFaaqw4THcHxbY=";
hash = "sha256-f8abfrYoEwmlQBl0eRFfigw2SrfPCL3+88bwc8miKEk=";
};
propagatedBuildInputs = with python3.pkgs; [