python310Packages.fastcore: 1.5.28 -> 1.5.29

Diff: https://github.com/fastai/fastcore/compare/refs/tags/1.5.28...1.5.29
This commit is contained in:
Fabian Affolter
2023-03-29 22:44:17 +02:00
parent e779e17ebd
commit 0e2d117c10
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "fastcore";
version = "1.5.28";
version = "1.5.29";
format = "setuptools";
disabled = pythonOlder "3.8";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "fastai";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-PSqwpDTzEaBXH77c64yv1s2TvQyIiz6It9cgjnCmrhY=";
hash = "sha256-yCPOF150TdkPHfLl8Jo2oow+91IzRKgnXo3eQMn5wK0=";
};
propagatedBuildInputs = [