Merge pull request #313468 from fabaff/fastcore-bump

python312Packages.fastcore: 1.5.35 -> 1.5.38
This commit is contained in:
Fabian Affolter
2024-05-21 23:06:39 +02:00
committed by GitHub
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "fastcore";
version = "1.5.35";
version = "1.5.38";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "fastai";
repo = "fastcore";
rev = "refs/tags/${version}";
hash = "sha256-dhYmy7dAHmmRfC2mpn49UsE4+hpqMbB1PHGmrowCTIQ=";
hash = "sha256-6b2EufBAWxKMRUGfhKq2ihRN5GRUjCeM0d8cbh7ZD8A=";
};
build-system = [ setuptools ];