Merge pull request #190241 from r-ryantm/auto-update/crlfsuite

crlfsuite: 2.1.2 -> 2.5.2
This commit is contained in:
Fabian Affolter 2022-09-08 08:56:12 +02:00 committed by GitHub
commit 8d9ffd8de9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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