Unverified Commit e602f065 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.fastcore: 1.8.16 -> 1.8.17 (#469814)

parents 1f09bf48 a47704ef
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

buildPythonPackage rec {
  pname = "fastcore";
  version = "1.8.16";
  version = "1.8.17";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "fastai";
    repo = "fastcore";
    tag = version;
    hash = "sha256-l06pX1WHhPHrfNYVKIAPxrKlSaPywPhldouvTHOciMc=";
    hash = "sha256-RugbfTqgoM+GWswxjYL3vpLdEifGCDaUI7McfQ/mpZ8=";
  };

  build-system = [ setuptools ];