python3Packages.fastcore: 1.8.6 -> 1.8.7

This commit is contained in:
R. Ryantm
2025-08-02 20:11:24 +00:00
parent 47230ff98d
commit 3f4350d4af
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "fastcore";
version = "1.8.6";
version = "1.8.7";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "fastai";
repo = "fastcore";
tag = version;
hash = "sha256-m/22tTIysVFgNWUUWKC/1TV/dkEki8dDACb0XvKayAw=";
hash = "sha256-CF6bODkD1ooIWK4AnOXXKOKyu09cQP876BXgoGtGoXk=";
};
build-system = [ setuptools ];