Unverified Commit 868c0e5f authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.fastcore: 1.8.2 -> 1.8.4 (#420591)

parents 9ed8cf7d 9b52522c
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.2";
  version = "1.8.4";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
    owner = "fastai";
    repo = "fastcore";
    tag = version;
    hash = "sha256-GoOddw2kxOMqmV6m8E6vWdpFLyGGkooMtgE1WTAWm7U=";
    hash = "sha256-PZamAF6LaBgSlLNkaKRFHnibmcnplCShQXa2DwvObjc=";
  };

  build-system = [ setuptools ];