reuse: 4.0.2 -> 4.0.3

See also:
https://github.com/fsfe/reuse-tool/releases/tag/v4.0.3
This commit is contained in:
Benno Bielmeier
2024-07-08 23:05:55 +02:00
parent a77ad5e161
commit d60eaa96b2
@@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "reuse";
version = "4.0.2";
version = "4.0.3";
pyproject = true;
src = fetchFromGitHub {
owner = "fsfe";
repo = "reuse-tool";
rev = "refs/tags/v${version}";
hash = "sha256-ajvQbDHQDzmEAmODVEXKH+Nsbud6V3RX1DRQ6SDEtm8=";
hash = "sha256-oKtQBT8tuAk4S/Sygp4qxLk4ADWDTG0MbVaL5O2qsuA=";
};
build-system = [ poetry-core ];