python313Packages.fastcore: 1.7.29 -> 1.8.0 (#391767)

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