Merge pull request #302525 from r-ryantm/auto-update/reuse

reuse: 3.0.1 -> 3.0.2
This commit is contained in:
Nick Cao 2024-04-08 10:13:50 -04:00 committed by GitHub
commit d19fa4f9c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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 = [