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

python3Packages.fastcore: 1.8.15 -> 1.8.16 (#461617)

parents 651be2a0 82d1a503
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.15";
  version = "1.8.16";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "fastai";
    repo = "fastcore";
    tag = version;
    hash = "sha256-qMF0PWKtP2EKEUw/9FAOTo3scMYqyNWfydn2yble1jc=";
    hash = "sha256-l06pX1WHhPHrfNYVKIAPxrKlSaPywPhldouvTHOciMc=";
  };

  build-system = [ setuptools ];