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

crlfsuite: 2.0 -> 2.1.1
This commit is contained in:
Fabian Affolter 2022-07-06 09:08:21 +02:00 committed by GitHub
commit 83f5b54b2e
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.0";
version = "2.1.1";
format = "setuptools";
src = fetchFromGitHub {
owner = "Nefcore";
repo = "CRLFsuite";
rev = "v${version}";
sha256 = "sha256-V/EaOtGDPJQAMu9akOtZN5LKLFd3EQkjn79q7ubV0Mc=";
rev = "refs/tags/v${version}";
sha256 = "sha256-wWXqeQ6rq4yMG1V9f9JGE91Se8VuU8gpahmYyNTtkmo=";
};
propagatedBuildInputs = with python3.pkgs; [