python313Packages.fastcore: 1.11.0 -> 1.12.2

Diff: https://github.com/fastai/fastcore/compare/1.11.0...1.12.2

Changelog: https://github.com/fastai/fastcore/blob/1.12.2/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2026-01-20 12:16:32 +01:00
parent 286f4c5735
commit 5866e31f47
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "fastcore";
version = "1.11.0";
version = "1.12.2";
pyproject = true;
src = fetchFromGitHub {
owner = "fastai";
repo = "fastcore";
tag = version;
hash = "sha256-mzOarqm7ng4Jz+z5CNjmff8j0wfNGSYjR2LNhtRfmhc=";
hash = "sha256-6nEHriXEQjovcDY9jh/QkwiQc2Wdq/87Nxfa+AhrPj4=";
};
build-system = [ setuptools ];