crlfsuite: 2.1.1 -> 2.1.2

This commit is contained in:
R. Ryantm 2022-07-30 04:20:30 +00:00
parent d2f9abdcc0
commit bf3dadf8bd

View file

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "crlfsuite";
version = "2.1.1";
version = "2.1.2";
format = "setuptools";
src = fetchFromGitHub {
owner = "Nefcore";
repo = "CRLFsuite";
rev = "refs/tags/v${version}";
sha256 = "sha256-wWXqeQ6rq4yMG1V9f9JGE91Se8VuU8gpahmYyNTtkmo=";
sha256 = "sha256-Olwt19HauTG2HuG4Pro0ImVbQtWqCgx9gV+2RtePT/8=";
};
propagatedBuildInputs = with python3.pkgs; [