3
0
Fork 0
forked from mirrors/nixpkgs

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

refurb: 1.10.0 -> 1.12.0
This commit is contained in:
Weijia Wang 2023-02-10 07:17:14 +01:00 committed by GitHub
commit 99306697f8
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.10.0";
version = "1.12.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "dosisod";
repo = "refurb";
rev = "refs/tags/v${version}";
hash = "sha256-wb9E1BX9gjejZ5nTudzEPP+suX2eG4MPT07651+OY88=";
hash = "sha256-dS9+S3RogsBlbEHyq5Ll3kGbULwIQHQkwwNjjbsrgio=";
};
nativeBuildInputs = with python3Packages; [