python313Packages.fastcore: 1.7.29 -> 1.8.0

Diff: https://github.com/fastai/fastcore/compare/refs/tags/1.7.29...1.8.0

Changelog: https://github.com/fastai/fastcore/blob/1.8.0/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2025-03-21 09:23:21 +01:00
parent 2ac84dfdac
commit def26e99f7
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "fastcore";
version = "1.7.29";
version = "1.8.0";
pyproject = true;
disabled = pythonOlder "3.8";