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

python312Packages.fastcore: 1.6.3 -> 1.6.7
This commit is contained in:
Nick Cao
2024-08-12 14:54:03 -04:00
committed by GitHub
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "fastcore";
version = "1.6.3";
version = "1.6.7";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "fastai";
repo = "fastcore";
rev = "refs/tags/${version}";
hash = "sha256-WCPO/JLc39EoUyaRNUgaJZvPlyt8WogRct73aOzhyH8=";
hash = "sha256-f31aQKYM1qawGrNtUZH3K+Zq9JerKNm+fEJ938bhHKc=";
};
build-system = [ setuptools ];