python310Packages.fastcore: 1.5.11 -> 1.5.15

This commit is contained in:
Fabian Affolter 2022-08-08 10:19:44 +02:00
parent cc15850c2a
commit 0883143d71

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 = [