python3Packages.fastai: 2.7.19 -> 2.8.2 (#407620)

This commit is contained in:
Wolfgang Walther 2025-06-01 11:06:31 +00:00 committed by GitHub
commit b1af12e160
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 = [