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 11 buildPythonPackage rec { 12 pname = "fastcore"; 13 - version = "1.5.35"; 14 pyproject = true; 15 16 disabled = pythonOlder "3.8"; ··· 19 owner = "fastai"; 20 repo = "fastcore"; 21 rev = "refs/tags/${version}"; 22 - hash = "sha256-dhYmy7dAHmmRfC2mpn49UsE4+hpqMbB1PHGmrowCTIQ="; 23 }; 24 25 build-system = [ setuptools ];
··· 10 11 buildPythonPackage rec { 12 pname = "fastcore"; 13 + version = "1.5.38"; 14 pyproject = true; 15 16 disabled = pythonOlder "3.8"; ··· 19 owner = "fastai"; 20 repo = "fastcore"; 21 rev = "refs/tags/${version}"; 22 + hash = "sha256-6b2EufBAWxKMRUGfhKq2ihRN5GRUjCeM0d8cbh7ZD8A="; 23 }; 24 25 build-system = [ setuptools ];