cfripper: 1.9.0 -> 1.10.0

This commit is contained in:
R. Ryantm 2022-05-25 02:21:30 +00:00
parent e23890fd99
commit 52ef678cae

View file

@ -5,13 +5,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "cfripper";
version = "1.9.0";
version = "1.10.0";
src = fetchFromGitHub {
owner = "Skyscanner";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-wep1hGYq0UUHeEL674N6cvGg9u9FqGqS0XCUZYUZGzs=";
hash = "sha256-xDLzxe8lelHMU58SaThQ2NSfWDZ0DCYSHkiLPifxQGw=";
};
propagatedBuildInputs = with python3.pkgs; [