python3Packages.fastcore: 1.13.6 -> 1.13.8

This commit is contained in:
R. Ryantm
2026-06-29 10:49:02 +00:00
parent 83f5f3de2c
commit 0d97efb2b1

View File

@@ -8,14 +8,14 @@
buildPythonPackage (finalAttrs: {
pname = "fastcore";
version = "1.13.6";
version = "1.13.8";
pyproject = true;
src = fetchFromGitHub {
owner = "fastai";
repo = "fastcore";
tag = finalAttrs.version;
hash = "sha256-mc83cOGVVRYa3ed8/8i31Ipbxr8stOnwSdnlOtJ5TGM=";
hash = "sha256-NhEevAvDMSdQJCJZkbjBpD44IlEy3gV+97vZa4583rQ=";
};
build-system = [ setuptools ];