Unverified Commit a83d421f authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.fastcore: 1.8.5 -> 1.8.6 (#428221)

parents 1f91f2e5 1a5b399b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

buildPythonPackage rec {
  pname = "fastcore";
  version = "1.8.5";
  version = "1.8.6";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
    owner = "fastai";
    repo = "fastcore";
    tag = version;
    hash = "sha256-Osjpt/oxw5LAVUvhPg2cICSeKaLrOdppNT0jqHz9HyA=";
    hash = "sha256-m/22tTIysVFgNWUUWKC/1TV/dkEki8dDACb0XvKayAw=";
  };

  build-system = [ setuptools ];