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

reuse: 1.1.1 -> 1.1.2
This commit is contained in:
Weijia Wang 2023-02-11 09:57:13 +01:00 committed by GitHub
commit fa2bddd807
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,14 +2,14 @@
python3Packages.buildPythonApplication rec {
pname = "reuse";
version = "1.1.1";
version = "1.1.2";
format = "pyproject";
src = fetchFromGitHub {
owner = "fsfe";
repo = "reuse-tool";
rev = "refs/tags/v${version}";
hash = "sha256-4L5VQtjpJ1P95S3vkbgLYTO/lTFReGiSAVuWSwh14i4=";
hash = "sha256-J+zQrokrAX5tRU/2RPPSaFDyfsACPHHQYbK5sO99CMs=";
};
nativeBuildInputs = with python3Packages; [