Merge pull request #181909 from r-ryantm/auto-update/python3.10-fastcore

python310Packages.fastcore: 1.5.5 -> 1.5.6

authored by Mario Rodas and committed by GitHub 5b5f32ab cd741cb3

+2 -2
+2 -2
pkgs/development/python-modules/fastcore/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "fastcore"; 11 - version = "1.5.5"; 11 + version = "1.5.6"; 12 12 format = "setuptools"; 13 13 14 14 disabled = pythonOlder "3.8"; ··· 17 17 owner = "fastai"; 18 18 repo = pname; 19 19 rev = "refs/tags/${version}"; 20 - sha256 = "sha256-q0hdWucmR1qMMWIY8xZ/ccItcwb9EIVQauecJYSsQjc="; 20 + sha256 = "sha256-j0jxyvx4KIqlrUJDqtUwKlahB8jq18FrgQhti15BaTA="; 21 21 }; 22 22 23 23 propagatedBuildInputs = [