reuse: 0.11.0 -> 0.11.1

https://github.com/fsfe/reuse-tool/releases/tag/v0.11.1
This commit is contained in:
Luflosi 2020-06-17 12:33:56 +02:00 committed by ehmry
parent 2590885605
commit ff51213cbc

View File

@ -4,13 +4,13 @@ with python3Packages;
buildPythonApplication rec {
pname = "reuse";
version = "0.11.0";
version = "0.11.1";
src = fetchFromGitHub {
owner = "fsfe";
repo = "reuse-tool";
rev = "v${version}";
sha256 = "08dzvrv28ylbq1bm16lakwzyqq530fcbrl71k33zyb84mvgszy97";
sha256 = "0wkk107s0bpvbknapns0qdzf8csrzc2j6gliy6pa8z208fcfzyy3";
};
propagatedBuildInputs = [