reuse: 0.5.0 -> 0.5.2

This commit is contained in:
davidak 2019-10-28 19:03:10 +01:00 committed by Jon
parent f86361d186
commit 479f75d1e5

View File

@ -4,13 +4,13 @@ with python3Packages;
buildPythonApplication rec { buildPythonApplication rec {
pname = "reuse"; pname = "reuse";
version = "0.5.0"; version = "0.5.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "fsfe"; owner = "fsfe";
repo = "reuse-tool"; repo = "reuse-tool";
rev = "v${version}"; rev = "v${version}";
sha256 = "1w17g6jvs715rjc93nnnqnfdphijq4ymj9jjkr3ccc286ywvn3ih"; sha256 = "17qvsa2qnm767yv7x0v626np0kiyqpb0al7sjqmccarq2wnw8w90";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
@ -28,7 +28,7 @@ buildPythonApplication rec {
meta = with lib; { meta = with lib; {
description = "A tool for compliance with the REUSE Initiative recommendations"; description = "A tool for compliance with the REUSE Initiative recommendations";
homepage = "https://github.com/fsfe/reuse-tool"; homepage = "https://github.com/fsfe/reuse-tool";
license = with licenses; [ asl20 cc-by-sa-40 cc0 gpl3 ]; license = with licenses; [ asl20 cc-by-sa-40 cc0 gpl3Plus ];
maintainers = [ maintainers.FlorianFranzen ]; maintainers = [ maintainers.FlorianFranzen ];
}; };
} }