python312Packages.fastcore: 1.7.2 -> 1.7.4

Diff: https://github.com/fastai/fastcore/compare/refs/tags/1.7.2...1.7.4

Changelog: https://github.com/fastai/fastcore/blob/1.7.4/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2024-09-05 11:55:27 +02:00
parent 93e48559d6
commit 2930ea88d0

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "fastcore";
version = "1.7.2";
version = "1.7.4";
pyproject = true;
disabled = pythonOlder "3.8";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "fastai";
repo = "fastcore";
rev = "refs/tags/${version}";
hash = "sha256-3BOsOd3g+SepFUH2czywyaBnA88qLVyu/8eyHGkuEPY=";
hash = "sha256-pm/8YRefobh7urVWiAlb05COQbaBrXB70buDmuKY/qc=";
};
build-system = [ setuptools ];