Merge pull request #152900 from r-ryantm/auto-update/reuse

reuse: 0.13.0 -> 0.14.0
This commit is contained in:
markuskowa 2022-01-03 10:41:58 +01:00 committed by GitHub
commit 85377db675
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
python3Packages.buildPythonApplication rec {
pname = "reuse";
version = "0.13.0";
version = "0.14.0";
src = fetchFromGitHub {
owner = "fsfe";
repo = "reuse-tool";
rev = "v${version}";
sha256 = "0didqsbvrn06aylp71jl3hqb4rd95d8s613xz6jw6mngyjqv0hq2";
sha256 = "1pjc8pckacjlrb8xypyca7jq8ii4an7m5b1g7941d7kkhnlbzm7v";
};
propagatedBuildInputs = with python3Packages; [