python313Packages.fastcore: 1.8.8 -> 1.8.11

Diff: https://github.com/fastai/fastcore/compare/1.8.8...1.8.11

Changelog: https://github.com/fastai/fastcore/blob/1.8.11/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2025-09-23 09:10:39 +02:00
parent 9736b2d4d4
commit c626f5fa17
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "fastcore";
version = "1.8.8";
version = "1.8.11";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "fastai";
repo = "fastcore";
tag = version;
hash = "sha256-If/XiGAjDDVKOh7JKHENdY5pmBxlOuQ+4bZ0Gh8PBMQ=";
hash = "sha256-gqC5dVYWfWLNvum8ffIpT9qlm2yD6txPm3KQaP/rHao=";
};
build-system = [ setuptools ];