reuse: 2.0.0 -> 2.1.0

https://github.com/fsfe/reuse-tool/releases/tag/v2.1.0
This commit is contained in:
Luflosi 2023-07-18 14:01:06 +02:00
parent 9cd0172e6e
commit cb997317e8
No known key found for this signature in database
GPG key ID: 4E41E29EDCC345D0

View file

@ -2,14 +2,14 @@
python3Packages.buildPythonApplication rec {
pname = "reuse";
version = "2.0.0";
version = "2.1.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "fsfe";
repo = "reuse-tool";
rev = "refs/tags/v${version}";
hash = "sha256-OL1PPEvb4sWapwMOfLLDxzIxH1QTxqL27oriMpU7yTg=";
hash = "sha256-MEQiuBxe/ctHlAnmLhQY4QH62uAcHb7CGfZz+iZCRSk=";
};
nativeBuildInputs = with python3Packages; [