python3Packages.fastcore: 1.8.16 -> 1.8.17 (#469814)

This commit is contained in:
dotlambda
2025-12-11 06:27:49 +00:00
committed by GitHub
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "fastcore";
version = "1.8.16";
version = "1.8.17";
pyproject = true;
src = fetchFromGitHub {
owner = "fastai";
repo = "fastcore";
tag = version;
hash = "sha256-l06pX1WHhPHrfNYVKIAPxrKlSaPywPhldouvTHOciMc=";
hash = "sha256-RugbfTqgoM+GWswxjYL3vpLdEifGCDaUI7McfQ/mpZ8=";
};
build-system = [ setuptools ];