reuse: 5.1.1 -> 6.1.2
Diff: https://github.com/fsfe/reuse-tool/compare/v5.1.1...v6.1.2 Changelog: https://github.com/fsfe/reuse-tool/blob/v6.1.2/CHANGELOG.md
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
python-debian,
|
||||
jinja2,
|
||||
license-expression,
|
||||
python-magic,
|
||||
tomlkit,
|
||||
|
||||
# test dependencies
|
||||
@@ -26,14 +27,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "reuse";
|
||||
version = "5.1.1";
|
||||
version = "6.1.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "fsfe";
|
||||
repo = "reuse-tool";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-xrYr68PpTLglTlLgTHWHJjTd62tzcOvY9h//CxYJOzM=";
|
||||
hash = "sha256-vWBM8bvzsMAT8ONmdx3qy00SPySLsBBXPOd3sgQs/ig=";
|
||||
};
|
||||
|
||||
outputs = [
|
||||
@@ -59,6 +60,7 @@ buildPythonPackage rec {
|
||||
python-debian
|
||||
jinja2
|
||||
license-expression
|
||||
python-magic
|
||||
tomlkit
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user