python3Packages.fastai: 2.7.19 -> 2.8.2

This commit is contained in:
R. Ryantm
2025-05-26 11:41:58 +00:00
parent 0a5a9fe214
commit 49fb5dd4a2
@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "fastai";
version = "2.7.19";
version = "2.8.2";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-CoBABtO2NkrNVUTzQ58vBdRe2rr4ji26iJOzema4Nsg=";
hash = "sha256-ix3Sp/IKj7BLmuuGd/763LB0llSUYAbMWJD8fvWe/u8=";
};
propagatedBuildInputs = [