python312Packages.fastcore: 1.7.17 -> 1.7.19

Diff: https://github.com/fastai/fastcore/compare/refs/tags/1.7.17...1.7.19

Changelog: https://github.com/fastai/fastcore/blob/1.7.19/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2024-10-21 21:06:18 +02:00
parent 2d88282897
commit cb8cef92fd
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "fastcore";
version = "1.7.17";
version = "1.7.19";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "fastai";
repo = "fastcore";
rev = "refs/tags/${version}";
hash = "sha256-QBRlJoAOUMNCUQnb4yzU0g/RN0FkX4+swcdxyKROZTE=";
hash = "sha256-CJG/cKgqdUrJcYV5pgGjrnoXzRAj3xya7LwvchNGrPU=";
};
build-system = [ setuptools ];