python310Packages.fastcore: 1.5.0 -> 1.5.5

This commit is contained in:
Fabian Affolter
2022-07-16 11:11:33 +02:00
parent 55bd770662
commit 9e89778c77
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "fastcore";
version = "1.5.0";
version = "1.5.5";
format = "setuptools";
disabled = pythonOlder "3.8";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "fastai";
repo = pname;
rev = "refs/tags/${version}";
sha256 = "sha256-mK/0q6EuS2UBd0kqtlWanX6W7568c7cfhecQXHOqF0M=";
sha256 = "sha256-q0hdWucmR1qMMWIY8xZ/ccItcwb9EIVQauecJYSsQjc=";
};
propagatedBuildInputs = [