python313Packages.fastcore: 1.7.28 -> 1.7.29

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

Changelog: https://github.com/fastai/fastcore/blob/1.7.29/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2025-02-01 11:24:54 +01:00
parent aedbfbb628
commit 732b7a0eb5
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "fastcore";
version = "1.7.28";
version = "1.7.29";
pyproject = true;
disabled = pythonOlder "3.8";