python312Packages.fastcore: 1.7.27 -> 1.7.28

Diff: https://github.com/fastai/fastcore/compare/None...1.7.28

Changelog: https://github.com/fastai/fastcore/blob/1.7.28/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2024-12-29 09:24:39 +01:00
parent b2e2822885
commit f629377c6a
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "fastcore";
version = "1.7.27";
version = "1.7.28";
pyproject = true;
disabled = pythonOlder "3.8";