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

cfripper: 1.8.0 -> 1.9.0
This commit is contained in:
Fabian Affolter
2022-04-20 11:11:48 +02:00
committed by GitHub
+2 -2
View File
@@ -5,13 +5,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "cfripper";
version = "1.8.0";
version = "1.9.0";
src = fetchFromGitHub {
owner = "Skyscanner";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-x6QfS3DdJMpVKOLrz3EvYzIU72GzLdEePfpE9siEmCo=";
hash = "sha256-wep1hGYq0UUHeEL674N6cvGg9u9FqGqS0XCUZYUZGzs=";
};
propagatedBuildInputs = with python3.pkgs; [