refurb: 2.3.0 -> 2.3.1

This commit is contained in:
R. Ryantm
2026-04-06 05:15:36 +00:00
parent 1b6c7982dd
commit 28fc63690a
+2 -2
View File
@@ -6,14 +6,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "refurb";
version = "2.3.0";
version = "2.3.1";
pyproject = true;
src = fetchFromGitHub {
owner = "dosisod";
repo = "refurb";
tag = "v${finalAttrs.version}";
hash = "sha256-gFN3+buXHYPF8lM1HVnNKk2BnVbDLHvMcHMlibifYqE=";
hash = "sha256-e1+q3jpJsyGwInFPrgKmXJ68aYr08H18ciYMi9KcxoY=";
};
nativeBuildInputs = with python3Packages; [