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

refurb: 1.13.0 -> 1.27.0
This commit is contained in:
maxine 2024-01-12 17:52:04 +01:00 committed by GitHub
commit 77d6c3891f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,14 +5,14 @@
python3Packages.buildPythonApplication rec {
pname = "refurb";
version = "1.13.0";
version = "1.27.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "dosisod";
repo = "refurb";
rev = "refs/tags/v${version}";
hash = "sha256-e/gKBgbtjO2XYnAIdHDoVJWyP6cyvsuIFLrV/eqjces=";
hash = "sha256-v9zeip7dyEGbn4FVXkd713ybVyf9tvvflCeiS4H7lO0=";
};
postPatch = ''