python3Packages.fastcore: 1.13.8 -> 1.14.5

This commit is contained in:
R. Ryantm
2026-07-08 09:30:55 +00:00
parent 872156da02
commit 7da7549cec
@@ -8,14 +8,14 @@
buildPythonPackage (finalAttrs: {
pname = "fastcore";
version = "1.13.8";
version = "1.14.5";
pyproject = true;
src = fetchFromGitHub {
owner = "fastai";
repo = "fastcore";
tag = finalAttrs.version;
hash = "sha256-NhEevAvDMSdQJCJZkbjBpD44IlEy3gV+97vZa4583rQ=";
hash = "sha256-lWCUVgu/4Udv3r5BPbBoyn+VyMJYWLWvlcPP89pcC+w=";
};
build-system = [ setuptools ];