refurb: 1.8.0 -> 1.10.0

This commit is contained in:
R. Ryantm 2023-01-11 16:31:34 +00:00 committed by Bobby Rong
parent 4fee205a68
commit 1592c7e4d4

View file

@ -5,14 +5,14 @@
python3Packages.buildPythonApplication rec {
pname = "refurb";
version = "1.8.0";
version = "1.10.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "dosisod";
repo = "refurb";
rev = "refs/tags/v${version}";
hash = "sha256-dpPPhA5bVLiG9DsJ3RnO9RpCd0j4u5f//x/OTdlC+GQ=";
hash = "sha256-wb9E1BX9gjejZ5nTudzEPP+suX2eG4MPT07651+OY88=";
};
nativeBuildInputs = with python3Packages; [