python313Packages.fastcore: 1.7.28 -> 1.7.29 (#378497)

This commit is contained in:
Fabian Affolter
2025-02-01 17:01:21 +01:00
committed by GitHub
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "fastcore";
version = "1.7.28";
version = "1.7.29";
pyproject = true;
disabled = pythonOlder "3.8";