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

reuse: 0.6.0 -> 0.7.0
This commit is contained in:
markuskowa 2020-01-04 13:59:47 +01:00 committed by GitHub
commit 8f15042c41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,13 @@ with python3Packages;
buildPythonApplication rec { buildPythonApplication rec {
pname = "reuse"; pname = "reuse";
version = "0.6.0"; version = "0.7.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "fsfe"; owner = "fsfe";
repo = "reuse-tool"; repo = "reuse-tool";
rev = "v${version}"; rev = "v${version}";
sha256 = "17bslyvjndhqryrisba9y7y0ijyzi3gmyl9rddkcvdqi3lg9668y"; sha256 = "04i8zd66cs152h28k9085nqg937wp31pz2yqywaldx1gywijyd8h";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [