python312Packages.fastcore: 1.5.51 -> 1.5.53

Diff: https://github.com/fastai/fastcore/compare/refs/tags/1.5.51...1.5.53

Changelog: https://github.com/fastai/fastcore/blob/1.5.53/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2024-07-14 16:10:15 +02:00
parent e77f5a0477
commit e5feb4198a
@@ -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 ];