python312Packages.fastcore: 1.6.1 -> 1.6.2

This commit is contained in:
R. Ryantm
2024-08-04 17:31:03 +00:00
parent 54770984fc
commit c049585eaf
@@ -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 ];