reuse: 3.0.1 -> 3.0.2

This commit is contained in:
R. Ryantm
2024-04-08 09:13:54 +00:00
parent f6eb921406
commit 9b71e6a1a7
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "reuse";
version = "3.0.1";
version = "3.0.2";
format = "pyproject";
src = fetchFromGitHub {
owner = "fsfe";
repo = "reuse-tool";
rev = "refs/tags/v${version}";
hash = "sha256-hDvOT9BP/E95FTa8rvtdxQoEDYgfMAkCSbX5KKV3qbQ=";
hash = "sha256-ZYmQtJ503HDmu+Cd6IxOrCcOVH+CcFnFe3oe6PqvcE0=";
};
nativeBuildInputs = [