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

+2 -2
+2 -2
pkgs/development/python-modules/fastcore/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "fastcore"; 13 - version = "1.5.35"; 13 + version = "1.5.38"; 14 14 pyproject = true; 15 15 16 16 disabled = pythonOlder "3.8"; ··· 19 19 owner = "fastai"; 20 20 repo = "fastcore"; 21 21 rev = "refs/tags/${version}"; 22 - hash = "sha256-dhYmy7dAHmmRfC2mpn49UsE4+hpqMbB1PHGmrowCTIQ="; 22 + hash = "sha256-6b2EufBAWxKMRUGfhKq2ihRN5GRUjCeM0d8cbh7ZD8A="; 23 23 }; 24 24 25 25 build-system = [ setuptools ];