Merge pull request #332305 from r-ryantm/auto-update/python312Packages.fastcore

python312Packages.fastcore: 1.6.1 -> 1.6.2
This commit is contained in:
Fabian Affolter
2024-08-04 20:55:19 +02:00
committed by GitHub
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "fastcore";
version = "1.6.1";
version = "1.6.2";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "fastai";
repo = "fastcore";
rev = "refs/tags/${version}";
hash = "sha256-dVzJtYnsezk7Pb5Y59BUY8TQ/3Z5JLntqjld2zJk6pA=";
hash = "sha256-Ir9cvOTijWv6giFmfiy3juIPZbXekiIehQNulMEqevA=";
};
build-system = [ setuptools ];