python3Packages.fastcore: 1.8.14 -> 1.8.15

This commit is contained in:
R. Ryantm
2025-11-07 20:04:50 +00:00
parent 42550fd820
commit aed0d01b3e
@@ -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 ];