refurb: 1.12.0 -> 1.13.0

This commit is contained in:
R. Ryantm 2023-02-25 03:31:12 +00:00
parent 21299ca839
commit 013049382f

View file

@ -5,14 +5,14 @@
python3Packages.buildPythonApplication rec {
pname = "refurb";
version = "1.12.0";
version = "1.13.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "dosisod";
repo = "refurb";
rev = "refs/tags/v${version}";
hash = "sha256-dS9+S3RogsBlbEHyq5Ll3kGbULwIQHQkwwNjjbsrgio=";
hash = "sha256-e/gKBgbtjO2XYnAIdHDoVJWyP6cyvsuIFLrV/eqjces=";
};
nativeBuildInputs = with python3Packages; [