python3Packages.fastcore: 1.13.3 -> 1.13.6

This commit is contained in:
R. Ryantm
2026-06-21 05:44:44 +00:00
parent dccba7b9f2
commit 24e52d98f6
@@ -8,14 +8,14 @@
buildPythonPackage (finalAttrs: {
pname = "fastcore";
version = "1.13.3";
version = "1.13.6";
pyproject = true;
src = fetchFromGitHub {
owner = "fastai";
repo = "fastcore";
tag = finalAttrs.version;
hash = "sha256-ZwiqTGgvu/OdnaJHq+oWZat33BvhF52X48d6ipcexRU=";
hash = "sha256-mc83cOGVVRYa3ed8/8i31Ipbxr8stOnwSdnlOtJ5TGM=";
};
build-system = [ setuptools ];