python312Packages.fastcore: 1.5.48 -> 1.5.51

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

Changelog: https://github.com/fastai/fastcore/blob/1.5.51/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2024-07-10 23:29:08 +02:00
parent 6c4182b0c2
commit f339642d7a

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "fastcore";
version = "1.5.48";
version = "1.5.51";
pyproject = true;
disabled = pythonOlder "3.8";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "fastai";
repo = "fastcore";
rev = "refs/tags/${version}";
hash = "sha256-wBw6b6/tjvoiQnOyyTkdNlGxHkB7XnIrzFxwenbn06k=";
hash = "sha256-Dx+HnrVsceiwOORRW1PmmjvHJNcKzWjdIYIOW19FT7U=";
};
build-system = [ setuptools ];