python310Packages.fastcore: 1.5.22 -> 1.5.23

This commit is contained in:
Fabian Affolter 2022-09-03 09:28:56 +02:00
parent ddb580ded3
commit 1cb7e689a0

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "fastcore";
version = "1.5.22";
version = "1.5.23";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "fastai";
repo = pname;
rev = "refs/tags/${version}";
sha256 = "sha256-pJGyfo+7Sz4IxurkAo+51veN+o6gHAqBor5SLXERNdo=";
sha256 = "sha256-Zf2+GOyLQelFR0gugSzHWJV9WSKD/8IEkc4li4N+jnI=";
};
propagatedBuildInputs = [