Skip to content

Commit

Permalink
Merge pull request #281636 from Luflosi/update/python3.pkgs.reuse
Browse files Browse the repository at this point in the history
reuse: 2.1.0 -> 3.0.1
  • Loading branch information
natsukium authored Jan 20, 2024
2 parents d54ac5a + 1a8c728 commit 5a32a7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/reuse/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@

buildPythonPackage rec {
pname = "reuse";
version = "2.1.0";
version = "3.0.1";
format = "pyproject";

src = fetchFromGitHub {
owner = "fsfe";
repo = "reuse-tool";
rev = "refs/tags/v${version}";
hash = "sha256-MEQiuBxe/ctHlAnmLhQY4QH62uAcHb7CGfZz+iZCRSk=";
hash = "sha256-hDvOT9BP/E95FTa8rvtdxQoEDYgfMAkCSbX5KKV3qbQ=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 5a32a7e

Please sign in to comment.