Merge pull request #185642 from fabaff/fastcore-bump

python310Packages.fastcore: 1.5.11 -> 1.5.15
This commit is contained in:
Fabian Affolter 2022-08-08 11:44:32 +02:00 committed by GitHub
commit 61272283e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "fastcore";
version = "1.5.11";
version = "1.5.15";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "fastai";
repo = pname;
rev = "refs/tags/${version}";
sha256 = "sha256-VEiG2m9rCla6i8Q2KrO+0pnhxyFh4o/eCU5rDlbTAbs=";
sha256 = "sha256-HseJoQBgwi00u/0FDAN6i+tL0DWxvDN2XvQl6WDyNoA=";
};
propagatedBuildInputs = [