python3Packages.fastcore: 1.8.14 -> 1.8.15 (#459557)

This commit is contained in:
Nick Cao
2025-11-07 21:36:29 +00:00
committed by GitHub
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "fastcore";
version = "1.8.14";
version = "1.8.15";
pyproject = true;
src = fetchFromGitHub {
owner = "fastai";
repo = "fastcore";
tag = version;
hash = "sha256-75HeMXzOYECh09ah+mvazQeEQOgcFuy8Cw9AYgu6Sz8=";
hash = "sha256-qMF0PWKtP2EKEUw/9FAOTo3scMYqyNWfydn2yble1jc=";
};
build-system = [ setuptools ];