Unverified Commit ee96cfe1 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #327121 from fabaff/fastcore-bump

python312Packages.fastcore: 1.5.51 -> 1.5.53
parents 55c86aa3 e5feb419
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildPythonPackage rec {
  pname = "fastcore";
  version = "1.5.51";
  version = "1.5.53";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
    owner = "fastai";
    repo = "fastcore";
    rev = "refs/tags/${version}";
    hash = "sha256-Dx+HnrVsceiwOORRW1PmmjvHJNcKzWjdIYIOW19FT7U=";
    hash = "sha256-/G2v1jFoAiDHM4T/XQx/tHZRBWb+7XY3Jsw5lFFSp1E=";
  };

  build-system = [ setuptools ];