python312Packages.fastcore: 1.5.35 -> 1.5.38

Diff: https://github.com/fastai/fastcore/compare/refs/tags/1.5.35...1.5.38

Changelog: https://github.com/fastai/fastcore/blob/1.5.38/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2024-05-21 21:28:59 +02:00
parent c10fb0df31
commit 183f42dc67
@@ -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 ];