Merge pull request #296111 from r-ryantm/auto-update/refurb

refurb: 1.28.0 -> 2.0.0
This commit is contained in:
Weijia Wang 2024-03-23 22:11:55 +01:00 committed by GitHub
commit b2aee1fc89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -5,14 +5,14 @@
python3Packages.buildPythonApplication rec {
pname = "refurb";
version = "1.28.0";
version = "2.0.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "dosisod";
repo = "refurb";
rev = "refs/tags/v${version}";
hash = "sha256-b7Id2Oyjw3NZno56IMDIq7fn5u9+jn42nuae8ix90fM=";
hash = "sha256-6MchaqRKJPmvwiDyhCK4kFyIYl2B+2dGL8H8X2ES+VQ=";
};
postPatch = ''