python310Packages.fastcore: 1.3.27 -> 1.3.29

This commit is contained in:
R. Ryantm 2022-02-25 04:02:41 +00:00
parent 9c70e73116
commit a768768d19

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "fastcore";
version = "1.3.27";
version = "1.3.29";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "fastai";
repo = pname;
rev = version;
sha256 = "sha256-ogCNDh18FHP9KY0q0BIbsjPH5vGGioGh4FFUUb3c3Jc=";
sha256 = "sha256-V5mJJqWsCy8Wes8VzEkCKeb2/1ahvtbUO80R8IFLvNU=";
};
propagatedBuildInputs = [