python3Packages.fastcore: 1.8.7 -> 1.8.8 (#438455)

This commit is contained in:
Fabian Affolter
2025-08-31 14:47:51 +02:00
committed by GitHub
2 changed files with 7 additions and 3 deletions
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "fastcore";
version = "1.8.7";
version = "1.8.8";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "fastai";
repo = "fastcore";
tag = version;
hash = "sha256-CF6bODkD1ooIWK4AnOXXKOKyu09cQP876BXgoGtGoXk=";
hash = "sha256-If/XiGAjDDVKOh7JKHENdY5pmBxlOuQ+4bZ0Gh8PBMQ=";
};
build-system = [ setuptools ];
@@ -1,5 +1,6 @@
{
lib,
build,
buildPythonPackage,
fetchPypi,
setuptools,
@@ -27,7 +28,10 @@ buildPythonPackage rec {
pythonRelaxDeps = [ "ipywidgets" ];
build-system = [ setuptools ];
build-system = [
build
setuptools
];
dependencies = [
astunparse