python3Packages.fastcore: 1.8.16 -> 1.8.17

This commit is contained in:
R. Ryantm
2025-12-11 04:51:57 +00:00
parent 72ffc39732
commit a47704ef94
@@ -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 ];