python314Packages.fastcore: 1.12.11 -> 1.12.12

Diff: https://github.com/fastai/fastcore/compare/1.12.11...1.12.12

Changelog: https://github.com/fastai/fastcore/blob/1.12.12/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2026-02-11 17:11:41 +01:00
parent 8605a9be37
commit ea44cae1ff
@@ -8,14 +8,14 @@
buildPythonPackage (finalAttrs: {
pname = "fastcore";
version = "1.12.11";
version = "1.12.12";
pyproject = true;
src = fetchFromGitHub {
owner = "fastai";
repo = "fastcore";
tag = finalAttrs.version;
hash = "sha256-oClLlBtGFG5ZjkL09HoAvejXamP97a03+kmi9UxpjEc=";
hash = "sha256-RWcYZ8sEJ+J+gIHJ7IxJ3AKXxNHQbsRKtkksp8yQb5o=";
};
build-system = [ setuptools ];