Merge pull request #332931 from fabaff/fastcore-bump

python312Packages.fastcore: 1.6.2 -> 1.6.3
This commit is contained in:
Fabian Affolter
2024-08-07 16:42:23 +02:00
committed by GitHub
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "fastcore";
version = "1.6.2";
version = "1.6.3";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "fastai";
repo = "fastcore";
rev = "refs/tags/${version}";
hash = "sha256-Ir9cvOTijWv6giFmfiy3juIPZbXekiIehQNulMEqevA=";
hash = "sha256-WCPO/JLc39EoUyaRNUgaJZvPlyt8WogRct73aOzhyH8=";
};
build-system = [ setuptools ];